[krbdev.mit.edu #8763] git commit
Greg Hudson via RT <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Ignore password attributes for S4U2Self requests For consistency with Windows KDCs, allow protocol transition to work even if the password has expired or needs changing. Also, when looking up an enterprise principal with an AS request, treat ERR_KEY_EXP as confirmation that the client is present in the realm. [[email protected]: added comment in kdc_process_s4u2self_req(); edited commit message] (cherry picked from commit 5e6d1796106df8ba6bc1973ee0917c170d929086) https://github.com/krb5/krb5/commit/18f64cd1dea7d213fd9d337bdb831eca2a86d2fa Author: Isaac Boukris <[email protected]> Committer: Greg Hudson <[email protected]> Commit: 18f64cd1dea7d213fd9d337bdb831eca2a86d2fa Branch: krb5-1.17 src/kdc/kdc_util.c | 5 +++++ src/lib/krb5/krb/s4u_creds.c | 2 +- src/tests/gssapi/t_s4u.py | 8 ++++++++ 3 files changed, 14 insertions(+), 1 deletions(-)