]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix no_host_referral concatention in KDC
authorGreg Hudson <ghudson@mit.edu>
Fri, 11 Jan 2013 15:13:25 +0000 (10:13 -0500)
committerTom Yu <tlyu@mit.edu>
Fri, 22 Feb 2013 23:24:03 +0000 (18:24 -0500)
commit8b03510d5e919ce2047b64d9a4b4d3a9fe6a07a4
tree9309dc69f969029a713c2b464b869cac22f3e880
parentadf07b060c57ce900656d9ac6f491a84ede7bcc6
Fix no_host_referral concatention in KDC

If no_host_referral is set in both [kdcdefaults] and the realm
subsection, we're supposed to concatenate their values.  But the logic
in handle_referral_params would overwrite the value with the
non-concatenated realm value.  Similar bugs of this nature were fixed
in 639c9d0f5a7c68dc98a2a452abc05ca32443cddf (r22037) but this one was
missed.

(cherry picked from commit 6338d039cbd0b138642e3b123ac58dc802d1d907)

ticket: 7580 (new)
version_fixed: 1.10.4
status: resolved
src/kdc/main.c