[515] in Kerberos-V5-bugs
Re: Kerberos 5.4 beta - An old bug?
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Fri Jun 17 18:22:37 1994
Date: Fri, 17 Jun 94 18:22:23 EDT
From: tytso@MIT.EDU (Theodore Ts'o)
To: "Doug Engert" <DEEngert@anl.gov>
Cc: <KRB5-BUGS@MIT.EDU>
In-Reply-To: Doug Engert's message of Fri, 17 Jun 94 10:04:31 CDT,
<9406171505.AA24788@MIT.EDU>
Date: Fri, 17 Jun 94 10:04:31 CDT
From: "Doug Engert" <DEEngert@anl.gov>
I got the 5.4 beta, and am looking at my old mode from 5.3.
In the 5.3 crep2kcrep.c I have a change:
------- crep2kcrep.c -------
78c78,79
< if (!(val->optionals & opt_KRB5_EncKrbPrivPart_usec)) {
---
> /* ANL - next line had Priv should be Cred DEE 04/01/94 */
> if (!(val->optionals & opt_KRB5_EncKrbCredPart_usec)) {
It look like this should be in 5.4 as well. I needed this fix
to get ticket forwarding to work after installing the change
to kcrep2crep.c which deleted three lines.
You're right. I lost track of this fix, because other people had
reported other fixes which were needed to make telnet ticket forwarding
work, I've just made the changes into our source tree, and it'll go out
in the next patch release.
- Ted