s4:libcli/ldap: force GSS-SPNEGO in ldap_bind_sasl()
authorStefan Metzmacher <metze@samba.org>
Fri, 26 Jan 2024 17:04:57 +0000 (18:04 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 23 Apr 2024 23:50:33 +0000 (23:50 +0000)
commit68f6a461e1706f03007d3c5cfc68c71383b4ff28
tree9aac3da8010415263f3d973eba85ceb0333fe963
parent8deba427e2697501f10e80a2ac0325a657635b92
s4:libcli/ldap: force GSS-SPNEGO in ldap_bind_sasl()

There's no point in asking the server for supportedSASLMechanisms,
every server (we care about) supports GSS-SPNEGO.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/libcli/ldap/ldap_bind.c