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:
committed by
Gerald (Jerry) Carter
parent
5075e00894
commit
0f387d58e6
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user