Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

krb5 1.6 through 1.8 contained a workaround for the Active Directory
behavior of returning a TGS referral to the same realm as the request.
1.9 responds to this behavior by caching the returned TGT, trying
again, and detecting a referral loop. This is a partial regression of
ticket #4955. Detect this case and fall back to a non-referreal
request.

https://github.com/krb5/krb5/commit/6a1f05eb0fb5451c887e73406fb8fcf5a3716d1c
Commit By: ghudson
Revision: 25472
Changed Files:
U trunk/src/include/k5-trace.h
U trunk/src/lib/krb5/krb/get_creds.c
This should also be pulled up to 1.10.
From: tlyu@mit.edu
Subject: SVN Commit

pull up r25472 from trunk

------------------------------------------------------------------------
r25472 | ghudson | 2011-11-14 13:02:52 -0500 (Mon, 14 Nov 2011) | 12 lines

ticket: 7016
subject: Handle TGS referrals to the same realm
target_version: 1.9.3
tags: pullup

krb5 1.6 through 1.8 contained a workaround for the Active Directory
behavior of returning a TGS referral to the same realm as the request.
1.9 responds to this behavior by caching the returned TGT, trying
again, and detecting a referral loop. This is a partial regression of
ticket #4955. Detect this case and fall back to a non-referreal
request.

https://github.com/krb5/krb5/commit/83042b749fbda10b1386395c84c559f00a66f1f9
Commit By: tlyu
Revision: 25506
Changed Files:
U branches/krb5-1-9/src/include/k5-trace.h
U branches/krb5-1-9/src/lib/krb5/krb/get_creds.c