search for: nt_interactive_pwd

Displaying 1 result from an estimated 1 matches for "nt_interactive_pwd".

2007 Mar 07
1
NTLMv2 configuration problems
...word check is failing in bold, NTSTATUS ntlm_password_check(....) { static const unsigned char zeros[8]; if (nt_pw == NULL) { DEBUG(3,("ntlm_password_check: NO NT password stored for user %s.\n", username)); } if (nt_interactive_pwd && nt_interactive_pwd->length && nt_pw) { if (nt_interactive_pwd->length != 16) { DEBUG(3,("ntlm_password_check: Interactive logon: Invalid NT password length (%d) supplied for user %s\n", (int)nt_interactive_pwd->length,...