r11501: change provision code to use the new display specifiers
authorAndrew Tridgell <tridge@samba.org>
Fri, 4 Nov 2005 04:07:45 +0000 (04:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:45:45 +0000 (13:45 -0500)
(This used to be commit 696fa87a212e65d6337c39a84f682b64b52593a5)

source4/scripting/libjs/provision.js

index 1584cb18ecd1da013185b460b55cd2b070c008ea..a304076d22867aad6548bc69ebc5e895b2f7c34f 100644 (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");