s4:dsdb Move rdn_name down the stack
authorAndrew Bartlett <abartlet@samba.org>
Thu, 18 Mar 2010 11:03:40 +0000 (22:03 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 18 Mar 2010 11:05:38 +0000 (22:05 +1100)
This is done so that it can be (in future) removed when the OpenLDAP
backend is in use and the rdn_val module is used, while keeping as
similar semantics as possible between the module stacks.

Andrew Bartlett

source4/dsdb/samdb/ldb_modules/samba_dsdb.c

index c929d6548330ebe9ae1e1ef6f3897bcc7a241f51..8f7e5407c7915f760891b41f8acc9e25c6440c30 100644 (file)
@@ -175,7 +175,6 @@ static int samba_dsdb_init(struct ldb_module *module)
                                             "asq",
                                             "extended_dn_store",
                                             "extended_dn_in",
-                                            "rdn_name",
                                             "objectclass",
                                             "descriptor",
                                             "acl",
@@ -186,6 +185,7 @@ static int samba_dsdb_init(struct ldb_module *module)
                                             "kludge_acl",
                                             "schema_load",
                                             "instancetype",
+                                            "rdn_name",
                                             NULL };
 
        const char **link_modules;