[1801] in Kerberos
Re: Wrong principal
daemon@ATHENA.MIT.EDU (Alan Crosswell)
Tue Mar 10 07:26:50 1992
Date: 9 Mar 92 21:00:06 GMT
From: alan@curta.cc.columbia.edu (Alan Crosswell)
To: kerberos@shelby.Stanford.EDU
In article <10331@tamsun.tamu.edu> packman@tamsun.tamu.edu (Wally
Strzelec) writes:
>
> I am trying to bring Kerberos5 up on SunOS 4.1.1 and have run into the
> following stumbling block:
..
> Does anyone have any idea's what I might be doing wrong?
Not that I've looked at V5 yet, but a common error discovered in
the V4 sources is that they allocate a struct off the stack and
don't bzero it before filling in only some of the fields. This
specifically happened in kadmind or kpropd (I forget) where a
"sin" was not zeroed, so the bind() failed.