[1958] in Kerberos-V5-bugs
Clock skew problem
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Wed Jun 5 14:07:40 1996
From: epeisach@MIT.EDU
Date: Wed, 5 Jun 1996 14:07:33 -0400
To: tytso@MIT.EDU
Cc: krb5-bugs@MIT.EDU
As mentioned before the clock skew bug is hitting me in kdc5_hammer....
I believe it is in the krb5_get_credentials request....
In gc_via_tkt.c line 234 is the failure... The starttime as sent from
the server is 0..... (dec_rep->enc_part2->times.starttime).
I thought if not sent over the wire, it is set to the auth time - I have
not tracked down if the kdc is screwing up or the asn1 code....
Ezra