1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-13 08:23:49 +03:00

r20575: apply records to the test_samdb.ldb (my birthday present to myself...:-)

we need to modify some modules to only handle originating changes...

metze
This commit is contained in:
Stefan Metzmacher
2007-01-05 23:00:46 +00:00
committed by Gerald (Jerry) Carter
parent 5075e00894
commit 0f387d58e6
2 changed files with 86 additions and 4 deletions

View File

@@ -470,6 +470,9 @@ function provision_become_dc(subobj, message, paths, session_info)
message("Setting up " + paths.samdb + " rootDSE\n");
setup_add_ldif("provision_rootdse_add.ldif", info, samdb, false);
message("Erasing data from partitions\n");
ldb_erase_partitions(info, samdb, undefined);
ok = samdb.transaction_commit();
assert(ok);