Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2001 10:18:30 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        "Jacques A. Vidrine" <n@nectar.com>
Cc:        freebsd-security@freebsd.org
Subject:   Re: cvs commit: src/usr.bin/login login.c 
Message-ID:  <3386.980842710@axl.fw.uunet.co.za>
In-Reply-To: Your message of "Tue, 23 Jan 2001 15:48:29 CST." <20010123154829.A74738@hamlet.nectar.com> 

next in thread | previous in thread | raw e-mail | index | archive | help


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3386.980842710>