]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add verify option to cred store
authorSimo Sorce <simo@redhat.com>
Tue, 6 Oct 2020 20:12:35 +0000 (16:12 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 18 Nov 2020 16:30:00 +0000 (11:30 -0500)
commitadbf73c507f383380c55d2ba9fa1ad6f30545bec
tree07beaf1c8b440f0b6239089d3dca503c5dc149d5
parentf54b49d06cd2e468abb499df1b9d577054a4fb20
Add verify option to cred store

The verify option instructs acquire_cred_from to verify a credential
obtained via a password, using the default keytab or the keytab
provided via the "keytab" key.  The value is a principal name (in
string form) for a key in the selected keytab, or the empty string to
use any host key in the keytab.

[ghudson@mit.edu: fleshed out tests; adjusted verify params contracts;
rewrote commit message]

ticket: 8963 (new)
src/lib/gssapi/krb5/acquire_cred.c
src/lib/gssapi/krb5/gssapiP_krb5.h
src/tests/gssapi/t_credstore.py