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

Günther Deschner gd at samba.org
Mon Jan 24 04:40:02 MST 2011


The branch, v3-6-test has been updated
       via  b88ca13 s3-winbind: fix winbindd_dual_pam_auth_samlogon() for NT4 domains.
      from  8645941 Revert "s3: Fix an infinite loop"

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


- Log -----------------------------------------------------------------
commit b88ca1307b0ddf9181eb4fc85dd1d3fd6d766ede
Author: Günther Deschner <gd at samba.org>
Date:   Mon Jan 24 11:48:36 2011 +0100

    s3-winbind: fix winbindd_dual_pam_auth_samlogon() for NT4 domains.
    
    After failing the netr_LogonSamLogonEx, we failed to retry with
    netr_LogonSamLogon.
    
    Guenther
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Mon Jan 24 12:35:42 CET 2011 on sn-devel-104
    (cherry picked from commit cea36aeacf8778493463f31e6afc3f58384639e2)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c
index cbdd8f3..0c0250e 100644
--- a/source3/winbindd/winbindd_pam.c
+++ b/source3/winbindd/winbindd_pam.c
@@ -1263,6 +1263,7 @@ static NTSTATUS winbindd_dual_pam_auth_samlogon(struct winbindd_domain *domain,
 			DEBUG(3, ("Got a DC that can not do NetSamLogonEx, "
 				  "retrying with NetSamLogon\n"));
 			domain->can_do_samlogon_ex = false;
+			retry = true;
 			continue;
 		}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list