summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c929d65483..8f7e5407c7 100644
--- a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c
+++ b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c
@@ -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;