]> git.ipfire.org Git - thirdparty/krb5.git/commit
Don't return a host referral to the service realm
authorGreg Hudson <ghudson@mit.edu>
Fri, 7 Dec 2012 02:40:05 +0000 (21:40 -0500)
committerTom Yu <tlyu@mit.edu>
Tue, 8 Jan 2013 23:02:05 +0000 (18:02 -0500)
commit745c0194ee93318cf4d44f6f8ccb7739523d448e
tree4026e0bc6b1de7017730debc0d5e906b2077b055
parentdb64ca25d661a47b996b4e2645998b5d7f0eb52c
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)

ticket: 7536 (new)
version_fixed: 1.10.4
status: resolved
src/kdc/do_tgs_req.c
src/tests/Makefile.in
src/tests/t_referral.py [new file with mode: 0644]