[422] in Athena Bugs
Problem with login/nfsid/Kerberos
daemon@ATHENA.MIT.EDU (Robert S. French)
Mon May 30 18:58:09 1988
Date: Mon, 30 May 88 18:57:00 EDT
From: "Robert S. French" <rfrench@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU, treese@ATHENA.MIT.EDU
Cc: chariot@ATHENA.MIT.EDU, probe@ATHENA.MIT.EDU, kubitron@ATHENA.MIT.EDU
The problem is indeed that the Kerberos library enforces the owner of
the ticket file. Login does the following:
Create the ticket file
Attach the homedirectory
chown the ticket file to the proper user
I believe this _should_ lose. The Kerberos library is behaving
properly. It is login that is losing. Login should chown the ticket
file long before it forks off any other programs.
Rob