[krbdev.mit.edu #8764] git commit
Greg Hudson via RT <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Stop double-caching referral tickets Caching referral tickets under two names can generate duplicate cache entries, and is speculative--if credentials are requested with the referral realm, there is no good reason to expect a subsequent request with the canonical realm. Only cache under the referral realm. https://github.com/krb5/krb5/commit/03ecb09d2af3544af7b9232c11278f9d2bee4b4b Author: Greg Hudson <[email protected]> Commit: 03ecb09d2af3544af7b9232c11278f9d2bee4b4b Branch: master src/lib/krb5/ccache/ccfns.c | 27 +-------------------------- src/tests/t_referral.py | 4 ++-- 2 files changed, 3 insertions(+), 28 deletions(-)