Browse Source

disable kerberos login tools by default

OPENBSD_2_3
deraadt 26 years ago
parent
commit
b5ae80d53c
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/etc/inetd.conf

+ 4
- 4
src/etc/inetd.conf View File

@ -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


Loading…
Cancel
Save