Why sometimes we got credential /tmp/krb5cc_<uid>_xxxx?

Douglas E. Engert deengert at anl.gov
Thu Sep 4 22:43:11 EDT 2003



Grace Tsai wrote:
> 
> Hi,
> 
> Why sometimes we got credential file not
> 
> /tmp/krb5cc_<uid>

This would be the default  name, and would be createdby kinit.
> 
> but
> 
> /tmp/krb5cc_<uid>_xxxxx
> (xxxxx are just random characters)

This would be a "session" cache, and would be created by sshd for example.
the xxxxx is mean to make the name unique. You would want a different 
cache for each session, so the sessions would not interfer with each other.  
The sshd would also set the KRB5CCNAME env to point to the cache. 

> 
> How to correct this? Thanks.

Its a feature not a problem. 

> 
> Grace
> 
> ________________________________________________
> Kerberos mailing list           Kerberos at mit.edu
> https://mailman.mit.edu/mailman/listinfo/kerberos

-- 

 Douglas E. Engert  <DEEngert at anl.gov>
 Argonne National Laboratory
 9700 South Cass Avenue
 Argonne, Illinois  60439 
 (630) 252-5444


More information about the Kerberos mailing list