[2954] in Kerberos
Logic of ticket's lifetime
daemon@ATHENA.MIT.EDU (Carlos Horowicz)
Mon Jan 3 14:24:54 1994
From: Carlos Horowicz <carlos@athea.ar>
To: kerberos@MIT.EDU
Date: Mon, 3 Jan 1994 15:17:03 -0300 (ARG)
Hello,
there's a thing I don't understand about application tickets as implemented
in krb4.
If I ask for 5 min. tickets for a specific application, and I want to
reconnect after 6 min, I can't. That is, I didn't find a place in the code
where the client asks kerberos for a new ticket when there's one in the
cache for the same application, that has expired.
The current implementation obligates the client to run kinit whenever he
wants a service for which there's an expired ticket in the cache. Can anybody
explain ?
Carlos.