Hi,
I have a service where reconnects auth but don't setcred; in combination with NFSv4/krb5 a refresh of the ticket cache on auth would be just what's needed, and according to the pam_vas manpage giving the auth pam_vas3.so an argument of store_creds in that services PAM config should do that.
However the ticket cache does not get updated; strace doesn't see an attempt to even look at the file, either. Switching on debug and trace work, so so it's the right pam config for the service in principle (the debug output wasn't enlightening).
Has store_creds been deprecated and I found a documentation issue?
kind regards,
Petra Zeidler