Re: cvs commit: src/usr.bin/login login.c

From: Sheldon Hearn (sheldonh@uunet.co.za)
Date: 01/30/01


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



Relevant Pages

  • Re: Aggregation vs composition
    ... Not only does X destroy the ... the container must document when this ... on the clients sticking to the rules laid down by the documentation. ... I agree that the cooperation lies in the documentation, ...
    (comp.object)
  • Re: Aggregation vs composition
    ... >> This is the diagram that we are discussing about. ... Not only does X destroy ... >> int, it has no other choice but doing so as it cannot prevent the ... >> on the clients sticking to the rules laid down by the documentation. ...
    (comp.object)
  • Semantics of InactiveDestroy
    ... I have a problem with parsing the documentation regarding the "InactiveDestroy" attribute on DB handles. ... The "InactiveDestroy" attribute can be used to disable the *database ... only the implicit call from DESTROY ... the trace log whenever a DBI or handle tracemethod is called. ...
    (perl.dbi.users)
  • Re: Revisiting an old friend: Set oRS = Nothing
    ... > say, and I must say it has me curious about the implications for ASP, ... page is that ADO objects should be explicitly destroyed, ... The comments about bugs caused by failure to explicitly destroy ADO and DAO ... In the many years that I have been coding, the documentation for every ...
    (microsoft.public.inetserver.asp.general)

Quantcast