From: | ghudson@mit.edu |
Subject: | git commit |
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.
https://github.com/krb5/krb5/commit/7b12eb4757f8dd05b79c9b49d4289f0caf1f6eec
Author: Greg Hudson <ghudson@mit.edu>
Commit: 7b12eb4757f8dd05b79c9b49d4289f0caf1f6eec
Branch: master
src/include/krb5/kdcpreauth_plugin.h | 15 ++++++++++++++-
src/kdc/kdc_preauth.c | 11 +++++++++--
2 files changed, 23 insertions(+), 3 deletions(-)