]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:libads: let ads_sasl_spnego_bind() use cli_credentials_get_unparsed_name()
authorStefan Metzmacher <metze@samba.org>
Wed, 27 Apr 2022 10:45:04 +0000 (12:45 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 14 May 2024 10:18:31 +0000 (10:18 +0000)
commitbe771670eb331de55cab2e51d2de98d4edac9435
treefa3b376e00b194ffc6fd5b2eae609ce0c7d31675
parent4d42574c54210022bec7e765739f5495b285145a
s3:libads: let ads_sasl_spnego_bind() use cli_credentials_get_unparsed_name()

We should only operate on the creds structure and
avoid using ads->auth.{user_name,realm}.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/libads/sasl.c