Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

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.

https://github.com/krb5/krb5/commit/6338d039cbd0b138642e3b123ac58dc802d1d907
Author: Greg Hudson <ghudson@mit.edu>
Commit: 6338d039cbd0b138642e3b123ac58dc802d1d907
Branch: master
src/kdc/main.c | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
From: tlyu@mit.edu
Subject: SVN Commit

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)

https://github.com/krb5/krb5/commit/0a6c875c2ed7c253a075354992dfa1d92a12956f
Author: Greg Hudson <ghudson@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 0a6c875c2ed7c253a075354992dfa1d92a12956f
Branch: krb5-1.11
src/kdc/main.c | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)