s4:provision: add the 'resolve_oids' on the top of the module stack
[metze/samba/wip.git] / 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",