Re: cvs commit: src/usr.bin/login login.c
From: Sheldon Hearn (sheldonh@uunet.co.za)
Date: 01/30/01
- Next message: FreeBSD Security Advisories: "FreeBSD Ports Security Advisory: FreeBSD-SA-01:14.micq"
- Previous message: Kris Kennaway: "Re: (no subject)"
- In reply to: Jacques A. Vidrine: "Re: cvs commit: src/usr.bin/login login.c"
- Next in thread: Sheldon Hearn: "Re: cvs commit: src/usr.bin/login login.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Sheldon Hearn <sheldonh@uunet.co.za> To: "Jacques A. Vidrine" <n@nectar.com> Date: Tue, 30 Jan 2001 10:18:30 +0200
On Tue, 23 Jan 2001 15:48:29 CST, "Jacques A. Vidrine" wrote:
> This gets you to the point that if you carefully [1] configure PAM, and
> you log in using pam_krb5, you will have tickets. As per the pam_krb5
> documentation, you have to destroy them yourself with `kdestroy'.
I find this cron job useful:
# Destroy all stale Kerberos5 tickets
#
for i in `find /tmp -name 'krb5cc_*' -ctime +1 -print` ; do
rm -f $i
done
Ciao,
Sheldon.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message
- Next message: FreeBSD Security Advisories: "FreeBSD Ports Security Advisory: FreeBSD-SA-01:14.micq"
- Previous message: Kris Kennaway: "Re: (no subject)"
- In reply to: Jacques A. Vidrine: "Re: cvs commit: src/usr.bin/login login.c"
- Next in thread: Sheldon Hearn: "Re: cvs commit: src/usr.bin/login login.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|