From owner-freebsd-security Tue Jan 30 1:15:30 2001 Delivered-To: freebsd-security@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 7A9F637B6A1 for ; Tue, 30 Jan 2001 01:15:09 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 14NWa7-0006PU-01; Tue, 30 Jan 2001 10:56:07 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id KAA16857; Tue, 30 Jan 2001 10:18:37 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 16731; Tue Jan 30 10:18:30 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.20 #1) id 14NVzi-0000sd-00; Tue, 30 Jan 2001 10:18:30 +0200 From: Sheldon Hearn To: "Jacques A. Vidrine" Cc: freebsd-security@freebsd.org Subject: Re: cvs commit: src/usr.bin/login login.c In-reply-to: Your message of "Tue, 23 Jan 2001 15:48:29 CST." <20010123154829.A74738@hamlet.nectar.com> Date: Tue, 30 Jan 2001 10:18:30 +0200 Message-ID: <3386.980842710@axl.fw.uunet.co.za> Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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