Browse Source

add encrypted rsh and kauthd (kerberos)

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

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

@ -1,4 +1,4 @@
# $OpenBSD: inetd.conf,v 1.21 1998/02/10 19:58:49 deraadt Exp $
# $OpenBSD: inetd.conf,v 1.22 1998/02/18 07:26:44 art Exp $
#
# Internet server configuration database
#
@ -29,6 +29,9 @@ time stream tcp nowait root internal
#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 -L -k -x
#ekshell2 stream tcp nowait root /usr/libexec/rshd rshd -L -k -x
#kauth stream tcp nowait root /usr/libexec/kauthd kauthd
# 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