]> 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)
committerRuss Allbery <rra@debian.org>
Mon, 22 Jul 2013 20:50:44 +0000 (13:50 -0700)
commit2e431de846c64e98a8a0ed53aa01aa10da8963ee
treea7fc972de80f3c7001a1ed6c10da9216aa8504b6
parent605c1e7563ab3380fb59da585de519679f6beb78
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