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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user