svn commit: samba r21642 - in branches: SAMBA_3_0/source/auth SAMBA_3_0_25/source/auth

vlendec at samba.org vlendec at samba.org
Thu Mar 1 22:12:50 GMT 2007


Author: vlendec
Date: 2007-03-01 22:12:49 +0000 (Thu, 01 Mar 2007)
New Revision: 21642

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

Log:
Fix bug 4365. Please note that this was only tested with Vista so far, it
needs testing with other clients as well. I'm afraid I'm visiting a conference
tomorrow and saturday, so I'd be happy to get support in this.

Thanks,

Volker

Modified:
   branches/SAMBA_3_0/source/auth/auth_domain.c
   branches/SAMBA_3_0_25/source/auth/auth_domain.c


Changeset:
Modified: branches/SAMBA_3_0/source/auth/auth_domain.c
===================================================================
--- branches/SAMBA_3_0/source/auth/auth_domain.c	2007-03-01 21:56:54 UTC (rev 21641)
+++ branches/SAMBA_3_0/source/auth/auth_domain.c	2007-03-01 22:12:49 UTC (rev 21642)
@@ -237,7 +237,7 @@
 						      user_info->logon_parameters,/* flags such as 'allow workstation logon' */ 
 						      dc_name,                    /* server name */
 						      user_info->smb_name,        /* user name logging on. */
-						      user_info->domain,          /* domain name */
+						      user_info->client_domain,   /* domain name */
 						      user_info->wksta_name,      /* workstation name */
 						      chal,                       /* 8 byte challenge. */
 						      user_info->lm_resp,         /* lanman 24 byte response */

Modified: branches/SAMBA_3_0_25/source/auth/auth_domain.c
===================================================================
--- branches/SAMBA_3_0_25/source/auth/auth_domain.c	2007-03-01 21:56:54 UTC (rev 21641)
+++ branches/SAMBA_3_0_25/source/auth/auth_domain.c	2007-03-01 22:12:49 UTC (rev 21642)
@@ -237,7 +237,7 @@
 						      user_info->logon_parameters,/* flags such as 'allow workstation logon' */ 
 						      dc_name,                    /* server name */
 						      user_info->smb_name,        /* user name logging on. */
-						      user_info->domain,          /* domain name */
+						      user_info->client_domain,   /* domain name */
 						      user_info->wksta_name,      /* workstation name */
 						      chal,                       /* 8 byte challenge. */
 						      user_info->lm_resp,         /* lanman 24 byte response */



More information about the samba-cvs mailing list