[454] in Kerberos-V5-bugs
problem with ticket forwarding
daemon@ATHENA.MIT.EDU (Yakov Vulakh)
Thu Apr 7 13:32:29 1994
Date: Thu, 7 Apr 94 13:32:12 EDT
From: Yakov Vulakh <vulakhy@cpsec.cpmc.columbia.edu>
To: krb5-bugs@MIT.EDU
Hi,
I was having problem trying to do ticket forwarding using telnet.
telnetd could not read forwarded credentials. Then I noticed that when
encoding the credentials, the usec option was set by client with mask
opt_KRB5_EncKrbCredPart_usec
(function krb5_cred_enc_part2KRB5_EncKrbCredPart, file
lib/krb5/asn.1/kcrep2crep.c)
and tested on the server side with mask opt_KRB5_EncKrbPrivPart_usec
(function KRB5_EncKrbCredPart2krb5_cred_enc_part, file
lib/krb5/asn.1/crep2kcrep.c).
I guess the the latter mask should be corrected.
Thanks.
--Yakov