OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_4-14-g2f411f4
Gerrit Code Review
gerrit@openafs.org
Wed, 24 Jul 2013 08:12:26 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit d2024c158e3a879305ff17cf726d3958f20677f4
Author: Andrew Deason <adeason@sinenomine.net>
Date: Mon Jun 10 17:49:12 2013 -0500
Avoid calling afsconf_GetLatestKey directly
Don't call afsconf_GetLatestKey to determine whether we can print our
own local tokens, since we may have keytab 'local' keys, but no DES
keys. Just try to construct them and see if it fails, using
afsconf_PickClientSecObj or afsconf_ClientAuth{,Secure} as
appropriate.
src/ptserver/ptserver.c | 11 -----------
src/ptserver/ptuser.c | 11 ++++-------
src/viced/host.c | 15 ++++++---------
3 files changed, 10 insertions(+), 27 deletions(-)
--
OpenAFS Master Repository