[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-100-g251bd4e

Stefan Metzmacher metze at samba.org
Wed Oct 24 14:15:44 GMT 2007


The branch, v3-2-test has been updated
       via  251bd4ea4cdd0a751ed3b91562272221af148e37 (commit)
      from  a128a8805e172738334ec6854548f138c335058b (commit)

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


- Log -----------------------------------------------------------------
commit 251bd4ea4cdd0a751ed3b91562272221af148e37
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Oct 24 13:19:35 2007 +0200

    handle wellknown sids in winbindd_passwd.c
    
    metze

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

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


Changeset truncated at 500 lines:

diff --git a/source/winbindd/winbindd_passdb.c b/source/winbindd/winbindd_passdb.c
index cfb934e..f925ac2 100644
--- a/source/winbindd/winbindd_passdb.c
+++ b/source/winbindd/winbindd_passdb.c
@@ -140,7 +140,8 @@ static NTSTATUS sid_to_name(struct winbindd_domain *domain,
 	    !sid_check_is_in_unix_users(sid) &&
 	    !sid_check_is_unix_users(sid) &&
 	    !sid_check_is_in_unix_groups(sid) &&
-	    !sid_check_is_unix_groups(sid) )
+	    !sid_check_is_unix_groups(sid) &&
+	    !sid_check_is_in_wellknown_domain(sid))
 	{
 		DEBUG(0, ("Possible deadlock: Trying to lookup SID %s with "
 			  "passdb backend\n", sid_string_static(sid)));


-- 
Samba Shared Repository


More information about the samba-cvs mailing list