Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Improve error message for DES kadmin/history key

If the kadmin/history entry contains an unsupported encryption type,
produce a better error message than "Bad encryption type". Reuse the
error code KADM5_BAD_HIST_KEY (unused since release 1.8). Non-updated
kadmin clients will report the message "Password history principal key
version mismatch", which at least points in the direction of password
history.

https://github.com/krb5/krb5/commit/ebe416acff31616a342d27876e510007d426aae9
Author: Greg Hudson <ghudson@mit.edu>
Commit: ebe416acff31616a342d27876e510007d426aae9
Branch: master
src/lib/kadm5/kadm_err.et | 2 +-
src/lib/kadm5/srv/svr_principal.c | 2 ++
src/tests/hist.c | 28 +++++++++++++++++++++-------
src/tests/t_policy.py | 5 +++++
4 files changed, 29 insertions(+), 8 deletions(-)