diff options
-rw-r--r-- | source3/smbd/password.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c index 026fd5c10c..b10bc33a3a 100644 --- a/source3/smbd/password.c +++ b/source3/smbd/password.c @@ -426,7 +426,7 @@ BOOL smb_password_ok(struct smb_passwd *smb_pass, uchar chal[8], DEBUG(4,("NT MD4 password check failed\n")); } - if (lp_server_ntlmv2() == False) + if (lp_server_ntlmv2() == True) { DEBUG(4,("Not checking LM MD4 password\n")); return False; |