s3:ntlm_auth: explicitly include default krb5 ccache if no explicit username/password...
authorStefan Metzmacher <metze@samba.org>
Wed, 6 Mar 2024 20:55:24 +0000 (21:55 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 14 May 2024 10:18:31 +0000 (10:18 +0000)
commit2dc76cc84c1d2edde7eea3d39412e3b41b631137
treecb95591bb78ec299788b78992ec6d3ebfb5bf44f
parent52715b461a8be25af7d24f87f9a3b78421ff1424
s3:ntlm_auth: explicitly include default krb5 ccache if no explicit username/password are given

Before this silently happened because the gse_krb5 module just used the
default ccache, but that will change soon.

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