s4-dsdb: move schema_load at the top of module stack
authorMatthieu Patou <mat@matws.net>
Wed, 30 May 2012 17:41:56 +0000 (10:41 -0700)
committerMatthieu Patou <mat@matws.net>
Sat, 23 Jun 2012 06:22:03 +0000 (23:22 -0700)
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 };