1
0
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:
Andrew Tridgell
2005-11-04 04:07:45 +00:00
committed by Gerald (Jerry) Carter
parent 25131efea8
commit 696fa87a21

View File

@@ -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");