[1106] in SIPB_Linux_Development
Re: Kerberos tickets problem
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Oct 18 14:13:33 1995
To: pacosta@MIT.EDU
Cc: linux-dev@MIT.EDU
In-Reply-To: Your message of "Wed, 18 Oct 1995 11:12:55 EDT."
<9510181512.AA23471@m38-370-14.MIT.EDU>
Date: Wed, 18 Oct 1995 14:12:49 EDT
From: Greg Hudson <ghudson@MIT.EDU>
> Cygnus Support (pmas)
> Kerberos Initialization for "pacosta"
> Kinit: Can't send request (send_to_kdc)
This seems to happen most commonly when you don't have symlinks
/etc/athena -> /usr/athena/etc
/bin/athena -> /usr/athena/bin
You should "ls -l /etc/athena" to see if you have such a symlink, and
if you don't:
ln -s /usr/athena/etc /etc/athena
ln -s /usr/athena/bin /bin/athena