From c5847805a853711ce67b0aabb273024a6e6bf1b6 Mon Sep 17 00:00:00 2001 From: Kevin Fall Date: Tue, 22 Aug 1989 00:27:16 -0800 Subject: [PATCH] add kerberos servers SCCS-vsn: etc/inetd.conf 5.3 --- usr/src/etc/inetd.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- 2.20.1