From: Kevin Fall Date: Tue, 22 Aug 1989 08:27:16 +0000 (-0800) Subject: add kerberos servers X-Git-Tag: BSD-4_3_Reno-Snapshot-Development~5739 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/c5847805a853711ce67b0aabb273024a6e6bf1b6 add kerberos servers SCCS-vsn: etc/inetd.conf 5.3 --- diff --git a/usr/src/etc/inetd.conf b/usr/src/etc/inetd.conf index ed52af7a14..ec5701514b 100644 --- a/usr/src/etc/inetd.conf +++ b/usr/src/etc/inetd.conf @@ -1,7 +1,7 @@ # # Internet server configuration database # -# @(#)inetd.conf 5.2 (Berkeley) %G% +# @(#)inetd.conf 5.3 (Berkeley) %G% # ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l telnet stream tcp nowait root /usr/libexec/telnetd telnetd @@ -25,3 +25,10 @@ discard dgram udp wait root internal chargen dgram udp wait root internal daytime dgram udp wait root internal time dgram udp wait root internal +# Kerberos-related servers +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 +ekshell stream tcp nowait root /usr/libexec/rshd rshd -k -x +#krbupdate stream tcp nowait root /usr/libexec/registerd registerd +#kpasswd stream tcp nowait root /usr/libexec/kpasswdd kpasswdd