]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add client_keyblock kdcpreauth callback
authorGreg Hudson <ghudson@mit.edu>
Thu, 4 Jun 2015 18:08:06 +0000 (14:08 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 8 Jul 2015 20:14:13 +0000 (16:14 -0400)
commit7b12eb4757f8dd05b79c9b49d4289f0caf1f6eec
tree463495d9dc7c308a87915e39039c06c2fadd613a
parent5cf4a7e220141f10f51995ceae9b9e74232a31b7
Add client_keyblock kdcpreauth callback

Add a new kdcpreauth callback which gets the selected client key.
This callback can be used by preauth mechs which need to use the
singular reply key in a challenge sent by the KDC, now that we send
only one etype-info entry in PREAUTH_REQUIRED errors.

ticket: 8200 (new)
src/include/krb5/kdcpreauth_plugin.h
src/kdc/kdc_preauth.c