mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Move aggregate schema stub to it's own file
This should make it easier to import just the schema entries from the WSPP docs. Andrew Bartlett
This commit is contained in:
parent
6f9e7505b2
commit
f52fc2f90e
source4
@ -830,6 +830,8 @@ def setup_samdb(path, setup_path, session_info, credentials, lp,
|
||||
message("Setting up sam.ldb AD schema")
|
||||
setup_add_ldif(samdb, setup_path("schema.ldif"),
|
||||
{"SCHEMADN": names.schemadn})
|
||||
setup_add_ldif(samdb, setup_path("aggregate_schema.ldif"),
|
||||
{"SCHEMADN": names.schemadn})
|
||||
|
||||
message("Setting up sam.ldb configuration data")
|
||||
setup_add_ldif(samdb, setup_path("provision_configuration.ldif"), {
|
||||
|
3
source4/setup/aggregate_schema.ldif
Normal file
3
source4/setup/aggregate_schema.ldif
Normal file
@ -0,0 +1,3 @@
|
||||
dn: CN=Aggregate,${SCHEMADN}
|
||||
objectClass: top
|
||||
objectClass: subSchema
|
@ -10373,6 +10373,3 @@ systemFlags: 16
|
||||
defaultHidingValue: TRUE
|
||||
defaultObjectCategory: CN=Group-Policy-Container,${SCHEMADN}
|
||||
|
||||
dn: CN=Aggregate,${SCHEMADN}
|
||||
objectClass: top
|
||||
objectClass: subSchema
|
||||
|
Loading…
Reference in New Issue
Block a user