svn commit: samba r11414 - in branches/SAMBA_4_0/source/auth: .

abartlet at samba.org abartlet at samba.org
Mon Oct 31 06:08:11 GMT 2005


Author: abartlet
Date: 2005-10-31 06:08:11 +0000 (Mon, 31 Oct 2005)
New Revision: 11414

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11414

Log:
Add passing around of logon_parameters to Samba4 auth_winbind

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/auth/auth_winbind.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/auth_winbind.c
===================================================================
--- branches/SAMBA_4_0/source/auth/auth_winbind.c	2005-10-31 06:01:55 UTC (rev 11413)
+++ branches/SAMBA_4_0/source/auth/auth_winbind.c	2005-10-31 06:08:11 UTC (rev 11414)
@@ -71,6 +71,9 @@
 	ZERO_STRUCT(request);
 	ZERO_STRUCT(response);
 	request.flags = WBFLAG_PAM_INFO3_NDR;
+
+	request.data.auth_crap.logon_parameters = user_info->logon_parameters;
+
 	winbind_strcpy(request.data.auth_crap.user, 
 		       user_info->client.account_name);
 	winbind_strcpy(request.data.auth_crap.domain, 



More information about the samba-cvs mailing list