svn commit: samba r9870 - in branches/tmp/RPCREWRITE/source/libsmb: .

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


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

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

Log:
Always attempt ntlmv2 - misread parameter.
Jeremy.

Modified:
   branches/tmp/RPCREWRITE/source/libsmb/ntlmssp.c


Changeset:
Modified: branches/tmp/RPCREWRITE/source/libsmb/ntlmssp.c
===================================================================
--- branches/tmp/RPCREWRITE/source/libsmb/ntlmssp.c	2005-09-01 05:59:05 UTC (rev 9869)
+++ branches/tmp/RPCREWRITE/source/libsmb/ntlmssp.c	2005-09-01 06:11:30 UTC (rev 9870)
@@ -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