svn commit: samba r9871 - in trunk/source/libsmb: .

jra at samba.org jra at samba.org
Thu Sep 1 06:11:36 GMT 2005


Author: jra
Date: 2005-09-01 06:11:32 +0000 (Thu, 01 Sep 2005)
New Revision: 9871

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

Log:
Always attempt ntlmv2 - misread parameter.
Jeremy.

Modified:
   trunk/source/libsmb/ntlmssp.c


Changeset:
Modified: trunk/source/libsmb/ntlmssp.c
===================================================================
--- trunk/source/libsmb/ntlmssp.c	2005-09-01 06:11:30 UTC (rev 9870)
+++ trunk/source/libsmb/ntlmssp.c	2005-09-01 06:11:32 UTC (rev 9871)
@@ -1144,7 +1144,7 @@
 	(*ntlmssp_state)->neg_flags = 
 		NTLMSSP_NEGOTIATE_128 |
 		NTLMSSP_NEGOTIATE_NTLM |
-		lp_client_ntlmv2_auth() ? NTLMSSP_NEGOTIATE_NTLM2 : 0 |
+		NTLMSSP_NEGOTIATE_NTLM2 : 0 |
 		NTLMSSP_NEGOTIATE_KEY_EXCH |
 		/*
 		 * We need to set this to allow a later SetPassword



More information about the samba-cvs mailing list