mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
r20953: add templates in provision_become_dc()
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
beb816fb78
commit
306ea74f85
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user