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

r20953: add templates in provision_become_dc()

metze
(This used to be commit 306ea74f85)
This commit is contained in:
Stefan Metzmacher
2007-01-22 18:15:54 +00:00
committed by Gerald (Jerry) Carter
parent 784f11bd85
commit 91ee0709b2

View File

@@ -481,6 +481,9 @@ function provision_become_dc(subobj, message, paths, session_info)
message("Setting up " + paths.samdb + " indexes\n");
setup_add_ldif("provision_index.ldif", info, samdb, false);
message("Setting up " + paths.samdb + " templates\n");
setup_add_ldif("provision_templates.ldif", info, samdb, false);
ok = samdb.transaction_commit();
assert(ok);