diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-11-11 21:24:26 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-11-11 21:24:26 +0000 |
| commit | 17a55a69418d163f1c9d8982e02e0bad51470d54 (patch) | |
| tree | bd027579ce93f7f4fd469c484d2a6f1b2ba21ad3 /etc | |
| parent | 35ac24c6995c46a7ad8ae23ef5290e8eec7a4a29 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/inetd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index e79ee1411f33..d7e1e9cb49ca 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -33,10 +33,10 @@ ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd # # 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 -rkinit stream tcp nowait root /usr/libexec/rkinitd rkinitd +#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 +#rkinit stream tcp nowait root /usr/libexec/rkinitd rkinitd # # Services run ONLY on the Kerberos server # |
