[16736] in Athena Bugs
sun4 8.2.17: kdestroy
daemon@ATHENA.MIT.EDU (Nickolai Zeldovich)
Sun Feb 28 20:39:21 1999
To: bugs@MIT.EDU
Date: Sun, 28 Feb 1999 20:39:15 EST
From: Nickolai Zeldovich <kolya@MIT.EDU>
System name: buzzword-bingo.mit.edu
Type and version: Ultra-60 8.2.17 (with mkserv)
Display type: ffb
What were you trying to do?
Log out from an Athena dialup machine.
What's wrong:
I used rlogin -x to connect to the machine, and then used kinit
to obtain appropriate kerberos v5 & v4 tickets. After logging out and
connecting back, I found my krb5 ccache file destroyed, but the krb4
tickets were still there. When connecting with rlogin, the KRB5CCNAME
variable is set properly, but KRBTKFILE is not. Running kinit and kdestroy
manually appears to work (both default to /tmp/tktUID for the krb4 ticket
filename) but for some reason logging out only destroys V5 tickets.
When using rlogin -f -x to connect, both KRB5CCNAME and KRBTKFILE
are properly set, tickets are forwarded, and properly destroyed upon
logout.
This isn't a serious problem, I suppose, but it would be nice to
know all of my tickets have been destroyed when I log out.
What should have happened:
Both V5 and V4 tickets should have been destroyed.
Please describe any relevant documentation references:
rlogin(1), kinit(1), kdestroy(1), ..