how to set default TGT file path
steve
steve at steve-ss.com
Wed Dec 24 12:06:10 EST 2014
On 24/12/14 09:45, Peng Hu PH Pei wrote:
>
> Put in krb5.conf and run kinit, the TGT is still in /tmp/:
>
> [libdefaults]
> default_ccache_name = FILE:/var/tmp/krb5cc_%{euid}
Hi
I think that should be:
default_ccache_name = /var/tmp/krb5cc_%{uid}
But I don't think we do it in userspace these days. There is a keyring
cache in the kernel. I think that's what you need.
Cheers,
Steve
More information about the Kerberos
mailing list