disable kerberos version of rsh/rlogin, because things don't work properly

if they're enabled and the programs don't support kerberos (by default,
the NetBSD programs don't.)
This commit is contained in:
cgd 1994-12-23 15:12:39 +00:00
parent 2ba9a0c114
commit 4fcfb13e18
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,9 @@ chargen dgram udp wait root internal
daytime dgram udp wait root internal
time dgram udp wait root internal
# Kerberos authenticated services
klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k
eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x
kshell stream tcp nowait root /usr/libexec/rshd rshd -k
#klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k
#eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x
#kshell stream tcp nowait root /usr/libexec/rshd rshd -k
# Services run ONLY on the Kerberos server
#krbupdate stream tcp nowait root /usr/libexec/registerd registerd
#kpasswd stream tcp nowait root /usr/libexec/kpasswdd kpasswdd