Check ticket expiration for all users
by Francis Augusto Medeiros-Logeay
Hi,
We use RHEL 8 with kerberos, and we are using NFSv4 for mounting home directories.
We have experienced that some machines become unresponsive if a user has a job that writes to the home directory after his ticket has expired after the default lifetime (7 days in our case).
While we are looking for ways to allow people to automatically get new tickets, we also want to have a mechanism to log users out if their tickets are too close expiration (as well as all their jobs and cron jobs).
Is there a way to get the expiration date for user tickets for a given user with for example “klist", or only the user himself can get that info?
Best,
Francis