File proftpd-xinetd of Package proftpd (Revision 88e9c27b291984a994b0400c04844155)
Currently displaying revision 88e9c27b291984a994b0400c04844155, show latest
x
1
# default: off
2
# description: The ProFTPD FTP server serves FTP connections. It uses \
3
# normal, unencrypted usernames and passwords for authentication.
4
service ftp
5
{
6
socket_type = stream
7
wait = no
8
user = root
9
server = /usr/sbin/in.proftpd
10
log_on_success += DURATION USERID
11
log_on_failure += USERID
12
nice = 10
13
disable = yes
14
}
15