mirror of
https://github.com/samba-team/samba.git
synced 2025-01-20 14:03:59 +03:00
e0b705d26f
This demonstrates that an invalid av_pair in NTLMv2_CLIENT_CHALLENGE should result in NT_STATUS_INVALID_PARAMETER at the NTLMSSP layer. This is different from the netr_LogonSamLogon*() case, where it is ignored instead. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14932 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>