From: Stefan Metzmacher Date: Sat, 19 Sep 2009 05:54:59 +0000 (+0200) Subject: s4:provision: add the 'resolve_oids' on the top of the module stack X-Git-Tag: talloc-2-0-1~469 X-Git-Url: http://git.samba.org/?p=amitay%2Fsamba.git;a=commitdiff_plain;h=93e1e8bec92a828ab343c6a4cc53f3759de557ba s4:provision: add the 'resolve_oids' on the top of the module stack metze --- diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py index 065677fa68c..50858b928b2 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",