From d4048b2e1771724d4e155172ff96983149f669e6 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 10 Oct 2009 09:26:06 +1100 Subject: 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 --- source4/scripting/python/samba/provision.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/scripting') 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 -- cgit