Bug 17278 - leaves credential cache files in /tmp
Summary: leaves credential cache files in /tmp
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: pam_krb5
Version: 6.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-09-06 10:56 UTC by jkrzyszt
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-09-06 10:56:52 UTC
Embargoed:


Attachments (Terms of Use)

Description jkrzyszt 2000-09-06 10:56:49 UTC
My /etc/pam.d/login is:
-----------------
auth        required   pam_securetty.so
auth        required   pam_nologin.so
auth        sufficient  pam_krb5.so
auth        required   pam_unix.so try_first_pass nullok
account   required   pam_unix.so
password sufficient  pam_krb5.so
password required   pam_cracklib.so retry=3
password required   pam_unix.so use_authtok nullok shadow md5
session    required   pam_limits.so
session    required   pam_unix.so
session    optional   pam_krb5.so

After successfull login using kerberos password, two credential cache files
are created in /tmp, both containing valid TGTs. One of these files is
pointed by KRB5CCNAME environment variable set by login. After logout, only
this one is removed, and the other one stays on.

Janusz

Comment 1 Nalin Dahyabhai 2000-09-06 19:59:20 UTC
Try grabbing the pam_krb5 package from the Raw Hide tree
(ftp://ftp.redhat.com//pub/rawhide/) and rebuilding it on your system.  This bug
is fixed in the development tree.


Note You need to log in before you can comment on or make changes to this bug.