python-samba-tool domain classicupgrade: Use transactions when adding users/groups...
commit34820602715cc8936179091e188993f7a42808ac
authorAndrew Bartlett <abartlet@samba.org>
Sun, 14 Apr 2013 04:36:08 +0000 (14 14:36 +1000)
committerStefan Metzmacher <metze@samba.org>
Thu, 16 May 2013 17:02:02 +0000 (16 19:02 +0200)
treec98b16afa07d1b6d78343df5021bf53351749289
parentef895fe9e4e4043bd4ce1db5007fd2016f0b8673
python-samba-tool domain classicupgrade: Use transactions when adding users/groups/members

This should make things a bit faster when importing very large numbers of users
as we will not constantly rewrite the indicies on disk.

Andrew Bartlett

Reviewed-by: Stefan Metzmacher <metze@samba.org>
python/samba/upgrade.py