[443] in Kerberos-V5-bugs
Re: do_as_req doesn't set TKT_FLG_POSTDATED
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Sat Mar 12 00:12:10 1994
Date: Sat, 12 Mar 94 00:11:12 EST
From: tytso@MIT.EDU (Theodore Ts'o)
To: jim@bilbo.suite.com (Jim Miller)
Cc: krb5-bugs@MIT.EDU
In-Reply-To: "[418] in Kerberos-V5-bugs"
[0418] daemon@ATHENA.MIT.EDU (Jim Miller) Kerberos-V5-bugs 01/31/94 23:59 (33 lines)
From: jim@bilbo.suite.com (Jim Miller)
Date: Mon, 31 Jan 94 22:55:42 -0600
Notice that "do_as_req" does not call "setflag" to set TKT_FLG_POSTDATED,
as does "do_tgs_req".
Is this correct, or a bug?
Yup, it's a bug. Interestingly enough, it's wrong in the pseudocode in
the Krb5 protocol standard as well. Oops. :-)
Fix is the obvious one; TKT_FLAG_POSTDATED should be set in both cases.
- Ted