[7833] in Kerberos
Re: destruction of Kerberos credentials upon logout
daemon@ATHENA.MIT.EDU (Ken Hornstein)
Thu Aug 22 00:01:27 1996
To: Sam Hartman <hartmans@MIT.EDU>
Cc: kerberos@MIT.EDU
In-Reply-To: Your message of "21 Aug 1996 19:18:46 EDT."
<tslu3twnx61.fsf@tertius.mit.edu>
Date: Wed, 21 Aug 1996 23:53:12 -0400
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
> Agreed. If you happen to get around to writing this, I would
>certainly be interested in your results. (I'm not implying it is
>unreasonable to propose ideas if you don't have time to implement
>them, simply that I too would like to see an implementation. Also,
>you could set options like default forwarding, default encryption,
>default renewable lifetime, etc.
I'm pretty sure I sent in patches that did some of that, at least for
login :-) However, this brings up another point - I'd like to make an
option that will tell various programs to forward tickets if possible
to the remote system. Does it make sense to do something like this:
[telnet]
forward_tgt = 1
[rlogin]
forward_tgt = 1
Or something like:
[libdefaults]
forward_tgt = 1
Would it really belong in libdefaults? Maybe [defaults], eh?
--Ken