[1212] in Kerberos
Re: Kerberized bsd and ports
daemon@ATHENA.MIT.EDU (Jon A. Rochlis)
Thu Jan 24 15:21:49 1991
From: jon@MIT.EDU (Jon A. Rochlis)
To: sgk@robin.mitre.org (Sharon G. Kass)
Cc: kerberos@MIT.EDU
In-Reply-To: Your message of Thu, 24 Jan 91 14:16:59 -0500.
Date: Thu, 24 Jan 91 14:32:45 EST
I added /etc/inetd.conf entries on the server for klogin, eklogin and kshell.
Also on the server machine I've got /etc/services entries for klogin and
eklogin (not sure how the knetd entry in /etc/services is used).
Ignore knetd, it's obsolete.
The same
/etc/service entries are on the client machine. I wasn't sure what port
to use: I picked 513 which is the login port on this machine.
We use 543 for kerberos rlogin. 513 is the normal rlogin port. This
could indeed cause confusion, but I don't think it's your problem.
The permission denied makes me suspect that you did not install the
rlogin binary setuid root. I would guess it's trying to bind a
"priviledged" port (I know that's a dumb concept given a real
authentication system, we probably just didn't touch that part of the
rlogin code).
-- Jon