[OpenAFS] Services running in AFS space

Lawrence Greenfield leg+@andrew.cmu.edu
Thu, 5 Dec 2002 14:28:16 -0500


   From: JR Boyens <jboyens@iastate.edu>
   Date: Wed, 4 Dec 2002 19:48:36 -0600

   Well, if it helps I'm looking for one that can handle krb5/afs and
   be able to run almost anything and make sure the tickets stay
   updated.

   Something like:
	   foo -princ "someprogram/surly.fooninja.org" -exec
	   /usr/bin/exim

   etc.

I find that the Heimdal kauth program does pretty well like this. At
one point it didn't automatically refresh tickets/tokens, but I made a
patch a while ago so that if you ran

kauth --renewable <principal> <command>

it would continually refresh. I don't know if this patch was
incorporated or not.

Larry