s4: lib: auth: If NTLMSSP_NEGOTIATE_TARGET_INFO isn't set, cope with servers that...
authorJeremy Allison <jra@samba.org>
Mon, 9 Mar 2015 21:21:22 +0000 (14:21 -0700)
committerMichael Adam <obnox@samba.org>
Thu, 19 Mar 2015 08:30:07 +0000 (09:30 +0100)
commit5137af570d8a173d7775754ad2e60d6d8efbe3a2
tree6162e7c5ea16de056276a1c0ba4093bc86dad224
parent677da99c9f04424d122598bb701e806d3c88e526
s4: lib: auth: If NTLMSSP_NEGOTIATE_TARGET_INFO isn't set, cope with servers that don't send the 2 unused fields.

Packet traces showing such servers are found in the bug this fixes:

https://bugzilla.samba.org/show_bug.cgi?id=10016

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
auth/ntlmssp/ntlmssp_client.c