s4:samba_dsdb LDB module - move the "objectclass_attrs" module back
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 10 Jun 2010 09:05:43 +0000 (11:05 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 10 Jun 2010 14:22:06 +0000 (16:22 +0200)
I think it should be lower in order to control also the "instanceType" module.

source4/dsdb/samdb/ldb_modules/samba_dsdb.c

index 08df460f8585ed3d8305766d9f53cc668e36515f..137de73c6a159852bbcf6c3806e7702de1041ec0 100644 (file)
@@ -183,10 +183,10 @@ static int samba_dsdb_init(struct ldb_module *module)
                                             "samldb",
                                             "password_hash",
                                             "operational",
-                                            "objectclass_attrs",
                                             "kludge_acl",
                                             "schema_load",
                                             "instancetype",
+                                            "objectclass_attrs",
                                             NULL };
 
        const char **link_modules;