Menu

#12 Delete the KRB5CCNAME variable from the pam environment

open
Core Code (7)
5
2008-09-23
2008-09-23
Andreas
No

If the ticket cache gets deleted, the variable should be delete from the pam environment with:

pam_putenv(pamh, "KRB5CCNAME");

Otherwise other PAM modules will still think that there is a valid ticket cache available.

Discussion


Log in to post a comment.