Em Tue, Jan 29, 2002 at 01:11:38PM -0500, Swanson, Bryan escreveu: > with this in mind, I would prefer the module only remove CCACHE > when the last session logs out, not on every logout > i.e. I'm logged in 3x, only on my last logout is the CCACHE removed Yes, something like this is done by pam_console, it keeps a reference count in /var/lock/console/<user>. Something like this could be done by pam_krb5. > however, this is not the current behaviour, so I just put some > shell code into my .bash_logout to clean up for me... A workaround for now, sure.