[1466] in Kerberos
Re: Kerberos
daemon@ATHENA.MIT.EDU (Ted Lemon)
Tue Jul 23 17:17:14 1991
Date: 23 Jul 91 13:38:42
From: mellon@nigiri.pa.dec.com (Ted Lemon)
To: kerberos@shelby.Stanford.EDU
The Ultrix implementation of kerberos leaves the key files in the
wrong places, which could conceivably be messing with your
application. The key files are in /var/dss/kerberos/tkt. In
addition, that directory is misprotected, so that only root has access
to it. I fixed this on my test system by removing
/var/dss/kerberos/tkt and then symlinking /usr/tmp to
/var/dss/kerberos/tkt.
I don't know if this is why you're losing, but you might want to try
it...
_MelloN_