diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-12-19 09:47:59 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-12-19 09:51:42 +1100 |
commit | f52fc2f90ebf314de71f7150093bd641c3989b3c (patch) | |
tree | df7868a41621418f8a59b2f73778a414a0419db4 /source4/scripting | |
parent | 6f9e7505b29da753d98dba4de98e2dbf7e6b6b2b (diff) | |
download | samba-f52fc2f90ebf314de71f7150093bd641c3989b3c.tar.gz samba-f52fc2f90ebf314de71f7150093bd641c3989b3c.tar.xz samba-f52fc2f90ebf314de71f7150093bd641c3989b3c.zip |
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
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/samba/provision.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py index b81f618a484..3711ed7bab4 100644 --- a/source4/scripting/python/samba/provision.py +++ b/source4/scripting/python/samba/provision.py @@ -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"), { |