Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Issue an error from KDC on S4U2Self failures

Commit 3b163eed1cf1f55dd4a7bc6d6fffc34f55695b00 mistakenly separated
the call to kdc_process_s4u2self_req() from its error check, causing
the KDC to ignore S4U2Self padata with bad checksums. Restore the
error check so that the KDC replies with an error as intended.

[ghudson@mit.edu: removed old error check later on in the code;
rewrote commit message]

https://github.com/krb5/krb5/commit/9544229ff3b6793cad39ce7d8dd2467ec2cf4f45
Author: Andreas Schneider <asn@samba.org>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 9544229ff3b6793cad39ce7d8dd2467ec2cf4f45
Branch: master
src/kdc/do_tgs_req.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)