[8043] in Kerberos
Re: Help --- rlogin -x works one way only
daemon@ATHENA.MIT.EDU (Ken Hornstein)
Thu Sep 19 11:25:58 1996
To: pcl@sable.ox.ac.uk (Paul Leyland)
Cc: kerberos@MIT.EDU
In-Reply-To: Your message of "19 Sep 1996 11:02:54 GMT."
<PCL.96Sep19120254@sable.ox.ac.uk>
Date: Thu, 19 Sep 1996 11:01:56 -0400
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
>In article <PCL.96Sep18181903@sable.ox.ac.uk> pcl@sable.ox.ac.uk (Paul Leyland) wri
>In desperation, I put tcp wrappers on the client's eklogin port, in the
>hope that I might be able to pickup more diagnostic information.
>
>Everything started working!
>
>Someone else mailed me with a report of a similar problem to mine, but
>with an Alpha OSF KDC. I'll mail him personally with my findings.
>
>
>Anyone prepared to guess what might be happening here?
I have seen problems with Kerberos when using it with systems that use
STREAMS & TLI for networking (ie - Solaris). Kerberos wanted to use the
getpeername() call to find out the address on the other size of the
connection, and that failed when using TLI. My solution at the time was
to push the "sockmod" module onto the stream, which made all of the BSD
networking calls work. Maybe tcp wrappers is doing the same for you?
Just a random guess -- I don't know why the other ones work fine.
--Ken