summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/samba_dsdb.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-04-20 14:49:30 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-04-22 18:37:18 +1000
commit9eacde808ee464343620a311bb2bdea5ac7b5ee8 (patch)
treefeeb4e50afbc9f99bea45d3d0c6fedfe9e181533 /source4/dsdb/samdb/ldb_modules/samba_dsdb.c
parenta50f6aad85b5fcbefafa52869651eb503b719cc6 (diff)
downloadsamba-9eacde808ee464343620a311bb2bdea5ac7b5ee8.tar.gz
samba-9eacde808ee464343620a311bb2bdea5ac7b5ee8.tar.bz2
samba-9eacde808ee464343620a311bb2bdea5ac7b5ee8.zip
s4:dsdb Revert accidentilly commited change for LDAP backends
In the future, LDAP backends will be resposible for maintaining the 'name' attributes. Andrew Bartlett
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/samba_dsdb.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/samba_dsdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c
index 0e635de8ed..8f7e5407c7 100644
--- a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c
+++ b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c
@@ -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",