mirror of
https://github.com/samba-team/samba.git
synced 2025-11-01 16:23:49 +03:00
r11496: add a minimal ads-compatible schema into our sam.ldb setup. This is
needed for mmc management of Samba4.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
fc53eab2f1
commit
cbbce4fe40
@@ -285,8 +285,8 @@ function provision(subobj, message, blank, paths)
|
||||
setup_ldb("hklm.ldif", paths.hklm, subobj);
|
||||
message("Setting up sam.ldb attributes\n");
|
||||
setup_ldb("provision_init.ldif", paths.samdb, subobj);
|
||||
// message("Setting up sam.ldb objectclasses\n");
|
||||
// setup_ldb("schema_classes.ldif", paths.samdb, subobj, NULL, false);
|
||||
message("Setting up sam.ldb schema\n");
|
||||
setup_ldb("schema.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");
|
||||
|
@@ -47,6 +47,8 @@ showInAdvancedViewOnly: FALSE
|
||||
systemFlags: 0x8c000000
|
||||
objectCategory: CN=Container,CN=Schema,CN=Configuration,${BASEDN}
|
||||
isCriticalSystemObject: TRUE
|
||||
allowedChildClassesEffective: user
|
||||
allowedChildClassesEffective: group
|
||||
|
||||
dn: CN=Computers,${BASEDN}
|
||||
objectClass: top
|
||||
|
8505
source/setup/schema.ldif
Normal file
8505
source/setup/schema.ldif
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user