-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinetd.conf
More file actions
66 lines (66 loc) · 2.83 KB
/
inetd.conf
File metadata and controls
66 lines (66 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# WARNING
#
# Mac OS 10.2 and forward uses xinetd instead of the traditional inetd.
# See xinetd.conf(5) if you need to add a service to run out of xinetd.
# Please use /sbin/service to interface over editing the shipped files
# in /etc/xinetd.d directly. For example:
# /sbin/service telnet start
# /sbin/service telnet stop
# /sbin/service --list
#
# Internet server configuration database
#
# @(#)inetd.conf 5.4 (Berkeley) 6/30/90
#
# Items with double hashes in front (##) are not yet implemented in the OS.
#
#finger stream tcp nowait nobody /usr/libexec/tcpd fingerd -s
#ftp stream tcp nowait root /usr/libexec/tcpd ftpd -l
#login stream tcp nowait root /usr/libexec/tcpd rlogind
#nntp stream tcp nowait usenet /usr/libexec/tcpd nntpd
#ntalk dgram udp wait root /usr/libexec/tcpd ntalkd
#shell stream tcp nowait root /usr/libexec/tcpd rshd
#telnet stream tcp nowait root /usr/libexec/tcpd telnetd
#uucpd stream tcp nowait root /usr/libexec/tcpd uucpd
#comsat dgram udp wait root /usr/libexec/tcpd comsat
#tftp dgram udp wait nobody /usr/libexec/tcpd tftpd /private/tftpboot
#bootps dgram udp wait root /usr/libexec/tcpd bootpd
##pop3 stream tcp nowait root /usr/libexec/tcpd /usr/local/libexec/popper
##imap4 stream tcp nowait root /usr/libexec/tcpd /usr/local/libexec/imapd
#
# "Small servers" -- used to be standard on, but we're more conservative
# about things due to Internet security concerns. Only turn on what you
# need.
#
#chargen stream tcp nowait root internal
#chargen dgram udp wait root internal
#daytime stream tcp nowait root internal
#daytime dgram udp wait root internal
#discard stream tcp nowait root internal
#discard dgram udp wait root internal
#echo stream tcp nowait root internal
#echo dgram udp wait root internal
#time stream tcp nowait root internal
#time dgram udp wait root internal
#
# Kerberos (version 5) authenticated services
#
##eklogin stream tcp nowait root /usr/libexec/tcpd klogind -k -c -e
##klogin stream tcp nowait root /usr/libexec/tcpd klogind -k -c
##kshd stream tcp nowait root /usr/libexec/tcpd kshd -k -c -A
#krb5_prop stream tcp nowait root /usr/libexec/tcpd kpropd
#
# RPC based services (you MUST have portmapper running to use these)
#
##rstatd/1-3 dgram rpc/udp wait root /usr/libexec/tcpd rpc.rstatd
##rusersd/1-2 dgram rpc/udp wait root /usr/libexec/tcpd rpc.rusersd
##walld/1 dgram rpc/udp wait root /usr/libexec/tcpd rpc.rwalld
##pcnfsd/1-2 dgram rpc/udp wait root /usr/libexec/tcpd rpc.pcnfsd
##rquotad/1 dgram rpc/udp wait root /usr/libexec/tcpd rpc.rquotad
##sprayd/1 dgram rpc/udp wait root /usr/libexec/tcpd rpc.sprayd
#
# The following are not known to be useful, and should not be enabled unless
# you have a specific need for it and are aware of the possible implications.
#
#exec stream tcp nowait root /usr/libexec/tcpd rexecd
#auth stream tcp wait root /usr/libexec/identd identd -w -t120