Originally posted by: rabbles
Having followed the redbook notes on how to setup an NFS thin client to mount a krb5 authenticated NFS partition.
The automounter is used to mount the partition for a user, but fails with a valid user ticket.
Using truss against the GSSD process, shows that the gssd process is looking for a PAG type krbcc file, but I am not trying to us PAG type cache filenames.
If I use kinit -u, then the PAG type credentials file is created and the KRB5CCNAME is set in the new shell (spawned by kinit -u) and the session can access the krb5 authenticated NFS partition.
I want to use the usual krb5cc files as I want long term valid krb5 credentials for ALL the users sessions - like on all other Unix clients and I don't want a keytab file on the client for NFS.
How do I setup client nfs to use krb5cc_<uid> only, the gssd never tries the krb5cc_<uid> format after not finding krb5cc_x... file ?
Thanks
#AIX-Forum