s4-dsdb: move schema_load at the top of module stack
[ddiss/samba.git] / source4 / dsdb / samdb / ldb_modules / samba_dsdb.c
index d58b584b779673f10ed92690a24d0fea88d382f3..361059f0eea79f51c65f90cc330e18003a24d20a 100644 (file)
@@ -164,6 +164,7 @@ static int samba_dsdb_init(struct ldb_module *module)
        */
        static const char *modules_list[] = {"resolve_oids",
                                             "rootdse",
+                                            "schema_load",
                                             "lazy_commit",
                                             "dirsync",
                                             "paged_results",
@@ -180,7 +181,6 @@ static int samba_dsdb_init(struct ldb_module *module)
                                             "samldb",
                                             "password_hash",
                                             "operational",
-                                            "schema_load",
                                             "instancetype",
                                             "objectclass_attrs",
                                             NULL };