diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-10-10 09:26:06 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-10-21 22:43:50 +1100 |
commit | d4048b2e1771724d4e155172ff96983149f669e6 (patch) | |
tree | 563ccb1e45885ccdc27e05f357e67b58888b4116 /source4/scripting/python | |
parent | c59f00805cb06f3cb90d89690e142006658972d3 (diff) | |
download | samba-d4048b2e1771724d4e155172ff96983149f669e6.tar.gz samba-d4048b2e1771724d4e155172ff96983149f669e6.tar.bz2 samba-d4048b2e1771724d4e155172ff96983149f669e6.zip |
s4:provision Set @OPTIONS in the provision_init.ldif
The new partitions code knows to copy these items in when creating a
new parition, so we can set it from the start.
Andrew Bartlett
Diffstat (limited to 'source4/scripting/python')
-rw-r--r-- | source4/scripting/python/samba/provision.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py index dff61415a7..1a7a3865d8 100644 --- a/source4/scripting/python/samba/provision.py +++ b/source4/scripting/python/samba/provision.py @@ -1004,9 +1004,6 @@ def setup_samdb(path, setup_path, session_info, credentials, lp, # And now we can connect to the DB - the schema won't be loaded from the DB samdb.connect(path) - # Load @OPTIONS - samdb.load_ldif_file_add(setup_path("provision_options.ldif")) - if fill == FILL_DRS: return samdb |