Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 676 Don't return a host referral to the service realm A host referral to the same realm we just looked up the principal in is useless at best and confusing to the client at worst. Don't respond with one in the KDC. (back ported from commit ee0d5eac353a13a194759b72cb44203fda1bf0fa) https://github.com/krb5/krb5/commit/745c0194ee93318cf4d44f6f8ccb7739523d448e Author: Greg Hudson Committer: Tom Yu Commit: 745c0194ee93318cf4d44f6f8ccb7739523d448e Branch: krb5-1.10 src/kdc/do_tgs_req.c | 6 +++++- src/tests/Makefile.in | 1 + src/tests/t_referral.py | 21 +++++++++++++++++++++ 3 files changed, 27 insertions(+), 1 deletions(-)