s3:gse: avoid prompting for a password that we don't use in the end
authorStefan Metzmacher <metze@samba.org>
Thu, 14 Apr 2022 12:23:23 +0000 (14:23 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 7 May 2024 11:30:33 +0000 (11:30 +0000)
commit6ced3c6af22a5e8f7d84e52c769029ea8a265724
tree041996ab4dd1046de47a2f0f226994db2767e54e
parentce05fe3b718a5d242f31f1acb25f5d7c5a6e4e0a
s3:gse: avoid prompting for a password that we don't use in the end

Currently we rely on a valid default credential cache being available
and don't make use of the password.

In future we'll do a kinit on demand, but that's for another day.

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