From f2deb05f77e21c5c9106dac32202d0b92eca3f96 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Wed, 30 May 2012 10:41:56 -0700 Subject: [PATCH] s4-dsdb: move schema_load at the top of module stack --- source4/dsdb/samdb/ldb_modules/samba_dsdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c index d58b584b779..361059f0eea 100644 --- a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c +++ b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c @@ -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 }; -- 2.34.1