diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-09-19 07:54:59 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-09-20 06:44:18 +0200 |
commit | 93e1e8bec92a828ab343c6a4cc53f3759de557ba (patch) | |
tree | 25edec9efdbbc673a5f14669485f4e00d1933ba8 /source4/scripting/python | |
parent | 7fbd18a9dd0fb07aceffd2494de8fc9710a427ce (diff) | |
download | samba-93e1e8bec92a828ab343c6a4cc53f3759de557ba.tar.gz samba-93e1e8bec92a828ab343c6a4cc53f3759de557ba.tar.bz2 samba-93e1e8bec92a828ab343c6a4cc53f3759de557ba.zip |
s4:provision: add the 'resolve_oids' on the top of the module stack
metze
Diffstat (limited to 'source4/scripting/python')
-rw-r--r-- | source4/scripting/python/samba/provision.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py index 065677fa68..50858b928b 100644 --- a/source4/scripting/python/samba/provision.py +++ b/source4/scripting/python/samba/provision.py @@ -575,7 +575,8 @@ def setup_samdb_partitions(samdb_path, setup_path, message, lp, session_info, # module when expanding the objectclass list) # - partition must be last # - each partition has its own module list then - modules_list = ["rootdse", + modules_list = ["resolve_oids", + "rootdse", "paged_results", "ranged_results", "anr", |