auth/credentials_krb5: make use of smb_gss_krb5_prepare_acceptor_cred()
authorStefan Metzmacher <metze@samba.org>
Thu, 22 Aug 2019 17:25:30 +0000 (17:25 +0000)
committerStefan Metzmacher <metze@samba.org>
Fri, 5 Jan 2024 12:40:14 +0000 (13:40 +0100)
commitbfc6091c692806bf4eff1aab34b2f205c1327e3b
tree3424d897c502ad17f34ba4a673890df17e458017
parent658d144c39132ce08b780a7071b3cb994112a3fd
auth/credentials_krb5: make use of smb_gss_krb5_prepare_acceptor_cred()

We should check all keys in our in memory keytab
and skip the transited checks unless we're
in standalone/MIT-realm mode.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
auth/credentials/credentials_krb5.c