s4:dsdb Revert accidentilly commited change for LDAP backends
authorAndrew Bartlett <abartlet@samba.org>
Tue, 20 Apr 2010 04:49:30 +0000 (14:49 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 22 Apr 2010 08:37:18 +0000 (18:37 +1000)
In the future, LDAP backends will be resposible for maintaining the
'name' attributes.

Andrew Bartlett

source4/dsdb/samdb/ldb_modules/samba_dsdb.c

index 0e635de8ed5b33da43d4e852a77d430d533c76f4..8f7e5407c7915f760891b41f8acc9e25c6440c30 100644 (file)
@@ -185,11 +185,11 @@ static int samba_dsdb_init(struct ldb_module *module)
                                             "kludge_acl",
                                             "schema_load",
                                             "instancetype",
+                                            "rdn_name",
                                             NULL };
 
        const char **link_modules;
        static const char *tdb_modules_list[] = {
-               "rdn_name",
                "subtree_delete",
                "repl_meta_data",
                "subtree_rename",