[3169] in testers
Re: 8.1.0 release on a Sparc 5
daemon@ATHENA.MIT.EDU (Greg Hudson)
Fri May 30 10:59:40 1997
Date: Fri, 30 May 1997 10:59:33 -0400
From: Greg Hudson <ghudson@MIT.EDU>
To: Greg Hudson <ghudson@MIT.EDU>
Cc: David K Krikorian <dkk@MIT.EDU>, testers@MIT.EDU
In-Reply-To: "[3119] in testers"
>> It looks like /usr/athena/etc/login.krb uses a different default
>> for KRBTKFILE than rkinitd. The former uses "/tmp/tkt_3" for
>> ttyp3, or > pts/3, or whatever, while the latter uses /tmp/tkt$uid.
>> Shouldn't > the krb4 ticket file default for login.krb stay
>> consistent with the > krb4 "ticket-forwarding" mechanism?
> I'll look at this.
After thinking about thia, I don't think it's a bug. rkinitd isn't
performing a login and has nothing better to do than use the default
ticket filename, /tmp/tkt$uid. login.krb knows the tty you're using
and can factor that into the ticket filename. Consistency is not
really important; your dotfiles should be looking for existing tickets
in $KRBTKFILE before checking /tmp/tkt$uid directly.