]> git.ipfire.org Git - thirdparty/krb5.git/commit
Limit matching of user-to-user ccache credentials
authorGreg Hudson <ghudson@mit.edu>
Fri, 3 Aug 2018 04:36:10 +0000 (00:36 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 27 Aug 2018 18:51:32 +0000 (14:51 -0400)
commit77ee8336c3f4d39d12146d8a631f9abd595d4cbb
treed489bf8659699f94dd59012e040b2da3be669a9c
parent6d8c598d7c226b0fb594892b261386c37b47da1e
Limit matching of user-to-user ccache credentials

In krb5int_cc_creds_match_request(), do not yield a user-to-user
credential if the caller is not looking for one; it would not be
useful when a normal service ticket (encrypted in the service key) is
required.  Reported by Todd Lubin.

ticket: 8718
src/lib/krb5/ccache/cc_retr.c
src/tests/t_u2u.py