request correctly. It should have been setting the POSTDATED flag as
well as the INVALID flag.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3455
dc483132-0cff-0310-8789-
dd5450dbe970
enc_tkt_reply.times.authtime = kdc_time;
if (isflagset(request->kdc_options, KDC_OPT_POSTDATED)) {
+ setflag(enc_tkt_reply.flags, TKT_FLG_POSTDATED);
setflag(enc_tkt_reply.flags, TKT_FLG_INVALID);
enc_tkt_reply.times.starttime = request->from;
} else