svn commit: samba r11371 - in branches/SAMBA_4_0/source/utils: .

abartlet at samba.org abartlet at samba.org
Fri Oct 28 11:21:34 GMT 2005


Author: abartlet
Date: 2005-10-28 11:21:33 +0000 (Fri, 28 Oct 2005)
New Revision: 11371

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

Log:
Fix the ntlm_auth build.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/utils/ntlm_auth.c


Changeset:
Modified: branches/SAMBA_4_0/source/utils/ntlm_auth.c
===================================================================
--- branches/SAMBA_4_0/source/utils/ntlm_auth.c	2005-10-28 11:20:48 UTC (rev 11370)
+++ branches/SAMBA_4_0/source/utils/ntlm_auth.c	2005-10-28 11:21:33 UTC (rev 11371)
@@ -167,6 +167,8 @@
 		
 		
 		nt_status = ntlm_password_check(mem_ctx, 
+						MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT |
+						MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT,
 						challenge,
 						lm_response,
 						nt_response,



More information about the samba-cvs mailing list