libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore invalid netapp requests
commit23bedd69b2db0dd6de98ed147eddcba799694de7
authorStefan Metzmacher <metze@samba.org>
Wed, 15 Dec 2021 16:25:06 +0000 (15 17:25 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 4 Jan 2022 20:07:28 +0000 (4 20:07 +0000)
tree502ef6b6de9180283152a0e183b95dd82174b3b0
parentf123c1a171e59113feb688523b499dab0b824528
libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore invalid netapp requests

We should avoid spamming the logs with wellknown messages like:
ndr_pull_error(Buffer Size Error): Pull bytes 39016

They just confuse admins (and developers).

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>
libcli/auth/smbencrypt.c