svn commit: samba r3104 - in branches/SAMBA_4_0/source/torture/rpc: .

abartlet at samba.org abartlet at samba.org
Thu Oct 21 01:55:55 GMT 2004


Author: abartlet
Date: 2004-10-21 01:55:46 +0000 (Thu, 21 Oct 2004)
New Revision: 3104

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/torture/rpc&rev=3104&nolog=1

Log:
My Win2k3 server, with current updates, still sends the LM key for level 6.

I'm not quite sure what's going on here, but adjust expected values
till I can find out how to reproduce this the other way...

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/torture/rpc/netlogon.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/netlogon.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/netlogon.c	2004-10-21 01:44:46 UTC (rev 3103)
+++ branches/SAMBA_4_0/source/torture/rpc/netlogon.c	2004-10-21 01:55:46 UTC (rev 3104)
@@ -442,7 +442,7 @@
 	ZERO_STRUCT(user_session_key);
 
 	lm_good = SMBencrypt(samlogon_state->password, samlogon_state->chall.data, lm_response.data);
-	if (samlogon_state->r.in.logon_level == 6 || !lm_good) {
+	if (!lm_good) {
 		ZERO_STRUCT(lm_hash);
 	} else {
 		E_deshash(samlogon_state->password, lm_hash); 



More information about the samba-cvs mailing list