[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha5-65-g7fb8179

Andrew Bartlett abartlet at samba.org
Tue Jul 15 10:27:59 GMT 2008


The branch, v4-0-test has been updated
       via  7fb8179f214bbba95eb35d221cb9892b55afe121 (commit)
       via  6e232c4ae6dc4151599ab4e57add2ec232d4ac13 (commit)
      from  5bde586bdb4a1523a62a764b9ff292a4a8cee4fe (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 7fb8179f214bbba95eb35d221cb9892b55afe121
Merge: 6e232c4ae6dc4151599ab4e57add2ec232d4ac13 5bde586bdb4a1523a62a764b9ff292a4a8cee4fe
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue Jul 15 20:27:43 2008 +1000

    Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local

commit 6e232c4ae6dc4151599ab4e57add2ec232d4ac13
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue Jul 15 20:26:04 2008 +1000

    Revert Fedrora DS backend to use extensibleObject.
    
    Until I create a samba4openldaptop and samba4fedoratop...
    
    Andrew Bartlett

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

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


Changeset truncated at 500 lines:

diff --git a/source/dsdb/samdb/ldb_modules/simple_ldap_map.c b/source/dsdb/samdb/ldb_modules/simple_ldap_map.c
index 05f1100..1830e8b 100644
--- a/source/dsdb/samdb/ldb_modules/simple_ldap_map.c
+++ b/source/dsdb/samdb/ldb_modules/simple_ldap_map.c
@@ -679,7 +679,7 @@ static int nsuniqueid_init(struct ldb_module *module)
 	struct map_private *map_private;
 	struct entryuuid_private *entryuuid_private;
 
-	ret = ldb_map_init(module, nsuniqueid_attributes, NULL, nsuniqueid_wildcard_attributes, "samba4Top", NULL);
+	ret = ldb_map_init(module, nsuniqueid_attributes, NULL, nsuniqueid_wildcard_attributes, "extensibleObject", NULL);
         if (ret != LDB_SUCCESS)
                 return ret;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list