From b5ae80d53c8deeee30008c42f460ddde0cc6bc57 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 10 Feb 1998 19:58:49 +0000 Subject: [PATCH] disable kerberos login tools by default --- src/etc/inetd.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index f892964b..5ba21a06 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.20 1998/02/07 21:25:41 beck Exp $ +# $OpenBSD: inetd.conf,v 1.21 1998/02/10 19:58:49 deraadt Exp $ # # Internet server configuration database # @@ -26,9 +26,9 @@ time stream tcp nowait 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