s3:libads: use GSS-SPNEGO directly without asking for supportedSASLMechanisms
authorStefan Metzmacher <metze@samba.org>
Fri, 26 Jan 2024 17:08:55 +0000 (18:08 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 23 Apr 2024 23:50:34 +0000 (23:50 +0000)
commit09b69a12a6456589ceefdfa941e2184ecf2e28ae
treee68795ff38078fc7a94f047eb07bd651e9833536
parent29b77a34aa85dd2b336d4f4e21088de57fc4a001
s3:libads: use GSS-SPNEGO directly without asking for supportedSASLMechanisms

Every AD DC supports 'GSS-SPNEGO' and that's the only one we use anyway,
so remove an unused roundtrip.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/libads/sasl.c