[5355] in Kerberos
Re: Cause of error?
daemon@ATHENA.MIT.EDU (Scott Hutton)
Fri Jun 9 10:45:09 1995
To: kerberos@MIT.EDU
Date: 9 Jun 1995 13:38:32 GMT
From: shutton@habanero.ucs.indiana.edu (Scott Hutton)
eichin@MIT.EDU (Mark W. Eichin) wrote:
| Usually it means misconfigured DNS. (If switching to encrypted rlogin,
| using the -x option, fixes it, that makes it even more likely.)
The problem turned out to be some host configuration problems on the
Ultrix box. However, on the OSF/1 boxes (Alphas), the problem was
that from_addr in rd_req.c was declared as a "long" (64-bits wide on
an alpha) rather than an int or a KRB_INT32. Solution was to change
its definition to KRB_INT32.
-Scott