auth/ntlmssp: don't send domain and workstation in the NEGOTIATE_MESSAGE
authorStefan Metzmacher <metze@samba.org>
Fri, 20 Nov 2015 09:52:29 +0000 (10:52 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 Mar 2016 05:52:28 +0000 (06:52 +0100)
commit4fca8eaaae23955e704dc9c45d373fe78bf88201
tree467bb5073693d2b2d1645b6675fcd8336f8e1c06
parentefd4986794889f1315dbd011b94b8673d785053a
auth/ntlmssp: don't send domain and workstation in the NEGOTIATE_MESSAGE

We don't set NTLMSSP_NEGOTIATE_OEM_{DOMAIN,WORKSTATION}_SUPPLIED anyway.

This matches modern Windows clients.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
auth/ntlmssp/ntlmssp_client.c