The branch, master has been updated
       via  6de83ef... s4:dsdb Move rdn_name down the stack
      from  0d6d068... s3-printing: Fix "printer admin" functionality.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6de83ef6277d8506478ce5ff43d33e39541b310c
Author: Andrew Bartlett <abart...@samba.org>
Date:   Thu Mar 18 22:03:40 2010 +1100

    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

-----------------------------------------------------------------------

Summary of changes:
 source4/dsdb/samdb/ldb_modules/samba_dsdb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c 
b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c
index c929d65..8f7e540 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;


-- 
Samba Shared Repository

Reply via email to