Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Allow KDC to canonicalize realm in TGS client

Active Directory canonicalizes the srealm field of TGS replies,
whether or not the client requests canonicalization. Allow this for
regular TGS and S4U2Self referrals queries by comparing only the name
part of the service principal. The S4U2Proxy code is already correct.

https://github.com/krb5/krb5/commit/04c2b7415d62913845f31dc5b0d4051291e4d6d4
Author: Greg Hudson <ghudson@mit.edu>
Commit: 04c2b7415d62913845f31dc5b0d4051291e4d6d4
Branch: master
src/lib/krb5/krb/get_creds.c | 10 ++++++----
src/lib/krb5/krb/s4u_creds.c | 5 ++---
2 files changed, 8 insertions(+), 7 deletions(-)