From 6de83ef6277d8506478ce5ff43d33e39541b310c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 18 Mar 2010 22:03:40 +1100 Subject: s4:dsdb Move rdn_name down the stack 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit