]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Avoid calling afsconf_GetLatestKey directly
authorAndrew Deason <adeason@sinenomine.net>
Mon, 10 Jun 2013 22:49:12 +0000 (17:49 -0500)
committerSimon Wilkinson <sxw@your-file-system.com>
Wed, 17 Jul 2013 12:14:16 +0000 (13:14 +0100)
commitd2024c158e3a879305ff17cf726d3958f20677f4
treeec0c3891dca1ceb774dc2ac81f141fc846b6d8eb
parentd4788f6e283b79a1b974dda1e8fae213efd34930
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
src/ptserver/ptuser.c
src/viced/host.c