[3044] in Kerberos
More K5b3 tgt forwarding ...
daemon@ATHENA.MIT.EDU (Derrick J Brashear)
Tue Mar 22 21:56:52 1994
Date: Tue, 22 Mar 94 21:42:26 EST
From: shadow@alycia.andrew.cmu.edu (Derrick J Brashear)
To: kerberos@MIT.EDU, outnews+netnews.comp.protocols.kerberos@andrew.cmu.edu
Hi,
After some digging, I found that the failure is happening in an isode call,
the corresponding code being:
if (val->timestamp) {
if (!(val->optionals & opt_KRB5_EncKrbPrivPart_usec)) {
/* must have usec if we have timestamp */
*error = ISODE_50_LOCAL_ERR_BADCOMBO;
goto errout;
}
which is in lib/krb5/asn.1/crep2kcrep.c
I'm not real familiar with how ISODE works; Can anyone tell me the
significance of this?
Thanks
Derrick