diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-02-18 07:26:45 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-02-18 07:26:45 +0000 |
commit | 48764c196861bfa152556d354d2c16cb1ba83182 (patch) | |
tree | 788f023feec769e8bba7bfbed5b76547b896b193 | |
parent | 1de698c5fad3c14f9c52e40642060901b45d3fe6 (diff) |
add encrypted rsh and kauthd (kerberos)
-rw-r--r-- | etc/inetd.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 5ba21a06bdd..bef10fe837c 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -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 |