[OpenAFS] web access
   
    Harald Barth
     
    haba@kth.se
       
    Mon, 15 Dec 2008 13:57:34 +0100 (CET)
    
    
  
> >     /usr/heimdal/bin/kauth -l 8d -t /my/principal/file websrvapache
> Unless I am missing something, won't this require restarting Apache
> every 8 days. 
If webservapache does not terminate and you start the whole stuff in
background like
 /usr/heimdal/bin/kauth -l 8d -t /my/principal/file websrvapache &
the kauth/kinit from heimdal will reauth (with tokens and everything)
for you. As usual, heimdal has more features than often known to the
user.
Harald.