[SCM] Samba Shared Repository - branch v3-6-test updated

Volker Lendecke vlendec at samba.org
Thu Nov 18 08:55:20 MST 2010


The branch, v3-6-test has been updated
       via  886471d s3: Call sid_check_is_domain instead of dom_sid_equal
      from  8b7ed6b s3: Make winbind recover from a signing error

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


- Log -----------------------------------------------------------------
commit 886471da4ba9bd474a445a085becdcaf75bcbc39
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Nov 18 16:52:23 2010 +0100

    s3: Call sid_check_is_domain instead of dom_sid_equal
    
    Keeping 3.6 and master current is a royal PITA these days because all the
    routines regarding SIDs have changed names, but what can you do. We have plenty
    of time on our hands to deal with this kind of stuff.

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

Summary of changes:
 source3/winbindd/winbindd_cache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c
index a127e86..95922ef 100644
--- a/source3/winbindd/winbindd_cache.c
+++ b/source3/winbindd/winbindd_cache.c
@@ -119,7 +119,7 @@ static struct winbind_cache *get_cache(struct winbindd_domain *domain)
 	}
 
 	if (strequal(domain->name, get_global_sam_name()) &&
-	    sid_equal(&domain->sid, get_global_sam_sid())) {
+	    sid_check_is_domain(&domain->sid)) {
 		domain->backend = &sam_passdb_methods;
 		domain->initialized = True;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list