diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-11-10 13:11:30 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-11-10 13:11:30 +0000 |
| commit | fa82ca05295c4acc5b612b721bee2a70c1bd09ff (patch) | |
| tree | 3a83c8f7b21b5000978ab533470431c00105f35e | |
| parent | dab80884bf6a128708e4bda945a04cbb0979ab16 (diff) | |
Notes
| -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 7460512f09d3..8ce6a7e1f5db 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -27,10 +27,10 @@ discard dgram udp wait 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 -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 # Neither of these work in FreeBSD 1.x. #krbupdate stream tcp nowait root /usr/libexec/registerd registerd |
