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

Karolin Seeger kseeger at samba.org
Tue Nov 1 13:03:44 MDT 2011


The branch, v3-6-test has been updated
       via  110ee60 Fix bug #8548 - winbind_samlogon_retry_loop ignores logon_parameters flags.
      from  d27f5a2 Fix bug #8542 - smbclient posix_open command fails to return correct info on open file.

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


- Log -----------------------------------------------------------------
commit 110ee604f5d632a38af4a61295f7100fcfbd1d0a
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Oct 28 12:29:54 2011 -0700

    Fix bug #8548 - winbind_samlogon_retry_loop ignores logon_parameters flags.
    
    Fix confirmed by reporter.
    
    Autobuild-User: Jeremy Allison <jra at samba.org>
    Autobuild-Date: Fri Oct 28 23:04:47 CEST 2011 on sn-devel-104
    (cherry picked from commit f30f71c14a0b89dea296910ac9b92d3ae4016613)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c
index 29add8c..bde16b1 100644
--- a/source3/winbindd/winbindd_pam.c
+++ b/source3/winbindd/winbindd_pam.c
@@ -1224,7 +1224,7 @@ static NTSTATUS winbind_samlogon_retry_loop(struct winbindd_domain *domain,
 			result = rpccli_netlogon_sam_network_logon_ex(
 					netlogon_pipe,
 					mem_ctx,
-					0,
+					logon_parameters,
 					server,		/* server name */
 					username,	/* user name */
 					domainname,	/* target domain */
@@ -1238,7 +1238,7 @@ static NTSTATUS winbind_samlogon_retry_loop(struct winbindd_domain *domain,
 			result = rpccli_netlogon_sam_network_logon(
 					netlogon_pipe,
 					mem_ctx,
-					0,
+					logon_parameters,
 					server,		/* server name */
 					username,	/* user name */
 					domainname,	/* target domain */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list