[OpenAFS] Error code question.

Ken Hornstein kenh@cmf.nrl.navy.mil
Tue, 11 Nov 2003 14:17:49 -0500


>My question is the error code being returned doesnt match the error
>string.
>
>220 	-1765328164 	Requesting ticket can't get forwardable tickets

Where are you getting this code from?  I have:

#define KRB5_REALM_CANT_RESOLVE                  (-1765328164L)

in my local krb5.h.

--Ken