s4:provision: add the 'resolve_oids' on the top of the module stack
authorStefan Metzmacher <metze@samba.org>
Sat, 19 Sep 2009 05:54:59 +0000 (07:54 +0200)
committerStefan Metzmacher <metze@samba.org>
Sun, 20 Sep 2009 04:44:18 +0000 (06:44 +0200)
metze

source4/scripting/python/samba/provision.py

index 065677fa68c2138a467e73ee9865c767f6020578..50858b928b248ac1c138171a2d4d23bd7d509ea3 100644 (file)
@@ -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",