auth/ntlmssp: add ntlmssp_client:ldap_style_send_seal option
authorStefan Metzmacher <metze@samba.org>
Wed, 9 May 2018 11:30:13 +0000 (13:30 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 15 May 2018 22:13:19 +0000 (00:13 +0200)
commit7f2bebf09cd8056b3f901dd9ff1fc9e9525f3e9d
treee1434bc439616b2e3f71dd8b569a06f7f286affc
parent5ebe3183fded1ab060ed60baeedeac859d0c137e
auth/ntlmssp: add ntlmssp_client:ldap_style_send_seal option

This will be used to similate a Windows client only
using NTLMSSP_NEGOTIATE_SIGN without NTLMSSP_NEGOTIATE_SEAL
on an LDAP connection, which is indicated internally by
GENSEC_FEATURE_LDAP_STYLE.

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

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