auth/ntlmssp: add ntlmssp_client:ldap_style_send_seal option
commit0edc63eb76fbc094085d8599b0b656359517affd
authorStefan Metzmacher <metze@samba.org>
Wed, 9 May 2018 11:30:13 +0000 (9 13:30 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 4 Jun 2018 07:54:22 +0000 (4 09:54 +0200)
treef8d41f3d31069f59f06537942df1d2de7b6522a4
parent603bc0160f9cf3322f7958a530c14fb35262251c
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>
(cherry picked from commit 7f2bebf09cd8056b3f901dd9ff1fc9e9525f3e9d)
auth/ntlmssp/ntlmssp_client.c