mirror of
https://github.com/samba-team/samba.git
synced 2025-07-15 16:59:09 +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:
@ -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"), {
|
||||
|
Reference in New Issue
Block a user