mirror of
https://github.com/samba-team/samba.git
synced 2025-11-18 00:23:50 +03:00
r11501: change provision code to use the new display specifiers
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
25131efea8
commit
696fa87a21
@@ -287,6 +287,8 @@ function provision(subobj, message, blank, paths)
|
||||
setup_ldb("provision_init.ldif", paths.samdb, subobj);
|
||||
message("Setting up sam.ldb schema\n");
|
||||
setup_ldb("schema.ldif", paths.samdb, subobj, NULL, false);
|
||||
message("Setting up display specifiers\n");
|
||||
setup_ldb("display_specifiers.ldif", paths.samdb, subobj, NULL, false);
|
||||
message("Setting up sam.ldb templates\n");
|
||||
setup_ldb("provision_templates.ldif", paths.samdb, subobj, NULL, false);
|
||||
message("Setting up sam.ldb data\n");
|
||||
|
||||
Reference in New Issue
Block a user