1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-02 20:59:09 +03:00

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
This commit is contained in:
Andrew Bartlett
2009-10-10 09:26:06 +11:00
parent c59f00805c
commit d4048b2e17
3 changed files with 3 additions and 6 deletions

View File

@ -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