I run it. But the TGT is still in /tmp after run kinit.
Export KRB5CCNAME=new folder
My requirements areļ¼
1. There is TGT generated automatically in like /tmp/tgt/
2. After run kinit, TGT will be generated in /tmp/tgt/
Thanks,
Penghu Pei
E-mail: peipe...@cn.ibm.com
Phone: 86-29-68797089 | 18792
Put in krb5.conf and run kinit, the TGT is still in /tmp/:
[libdefaults]
default_ccache_name = FILE:/var/tmp/krb5cc_%{euid}
Thanks,
Penghu Pei
E-mail: peipe...@cn.ibm.com
Phone: 86-29-68797089 | 18792954566
From: Greg Hudson
To: Shuaijie Wang , kerberos@mit.edu, Peng
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 t