Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

kprop uses krb5_sname_to_principal() to determine its client
principal. If the local hostname cannot be mapped to a realm based on
the profile's domain_realm section, krb5_sname_to_principal() will (as
of 1.6) return a principal with the referral realm (""), which does
not work in a client principal. Handle this by substituting the
default realm.


https://github.com/krb5/krb5/commit/c85548fbd98abfece8148cf4c15ddb6a6c6f34a9
Commit By: ghudson
Revision: 24518
Changed Files:
U trunk/src/slave/kprop.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r24518 from trunk

------------------------------------------------------------------------
r24518 | ghudson | 2010-11-15 21:30:16 -0500 (Mon, 15 Nov 2010) | 12 lines

ticket: 6819
subject: Handle referral realm in kprop client principal
target_version: 1.9
tags: pullup

kprop uses krb5_sname_to_principal() to determine its client
principal. If the local hostname cannot be mapped to a realm based on
the profile's domain_realm section, krb5_sname_to_principal() will (as
of 1.6) return a principal with the referral realm (""), which does
not work in a client principal. Handle this by substituting the
default realm.

https://github.com/krb5/krb5/commit/2b43bbbf64af9dd6648adfd54f547c12f44b41ee
Commit By: tlyu
Revision: 24541
Changed Files:
U branches/krb5-1-9/src/slave/kprop.c