[krbdev.mit.edu #8963] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Wed Nov 18 12:06:18 2020: Request 8963 was acted upon. Transaction: Ticket created by [email protected] Queue: krb5 Subject: git commit Owner: [email protected] Requestors: Status: new Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8963 > 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. [[email protected]: fleshed out tests; adjusted verify params contracts; rewrote commit message] https://github.com/krb5/krb5/commit/adbf73c507f383380c55d2ba9fa1ad6f30545bec Author: Simo Sorce <[email protected]> Committer: Greg Hudson <[email protected]> Commit: adbf73c507f383380c55d2ba9fa1ad6f30545bec Branch: master src/lib/gssapi/krb5/acquire_cred.c | 79 ++++++++++++++++++++++++++++++------ src/lib/gssapi/krb5/gssapiP_krb5.h | 1 + src/tests/gssapi/t_credstore.py | 16 +++++++ 3 files changed, 83 insertions(+), 13 deletions(-)