[5271] in Kerberos
forwarding tickets problem
daemon@ATHENA.MIT.EDU (Mike Helm)
Thu May 25 03:47:29 1995
To: kerberos@MIT.EDU
Date: 25 May 1995 07:25:14 GMT
From: mike@ux5.lbl.gov (Mike Helm)
Reply-To: mike@fionn.lbl.gov
Kerberos 5 Beta 5, SunOS 413u1b, gcc 263.
After what appears to be a successful build & re-install on the
kdc, & re-install of client codes on a few machines, I try to make
a forwardable ticket & use it:
host2 1 % kinit -f
Password for mike@TEST.LBL.GOV:
host2 2 % telnet -f -a host1
Trying 192.7.32.12...
Connected to host1.lbl.gov.
Escape character is '^]'.
[ Kerberos V5 accepts you as ``mike@TEST.LBL.GOV'' ]
[ Kerberos V5 refuses forwarded credentials because Read forwarded creds failed: Clock skew too great ]
Last login: Wed May 24 21:26:51 from host2.lbl.gov
Warning: No Kerberos tickets obtained.
SunOS Release 4.1.3_U1B : Wed Sep 28 08:25:51 PDT 1994
You have mail.
12:22am up 38 days, 22:56, 12 users, load average: 0.48, 0.53, 0.46
TERM = xterm
{host1:1}
All 3 of the systems involved (the 2 hosts in the telnet dialog, &
the kdc) use xntpd & are within a second or 2 of each other as far
as I can tell.
The kdc logs nothing out of the ordinary.
The telnetd host logs nothing about the transaction at all.
Any idea where to look for the problem?