]> git.ipfire.org Git - thirdparty/krb5.git/commit
Issue an error from KDC on S4U2Self failures
authorAndreas Schneider <asn@samba.org>
Wed, 20 Oct 2021 05:12:19 +0000 (07:12 +0200)
committerGreg Hudson <ghudson@mit.edu>
Sun, 5 Dec 2021 17:52:27 +0000 (12:52 -0500)
commit9544229ff3b6793cad39ce7d8dd2467ec2cf4f45
tree556e01a926fe0971245e5cb7ace3b926ac93c94a
parentf1b36bb34e16ac423597c292ebfad77aa225de97
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]

ticket: 9038 (new)
src/kdc/do_tgs_req.c