Logoj0ke.net Open Build Service > Projects > home:jg > proftpd > proftpd-xinetd
Sign Up | Log In

File proftpd-xinetd of Package proftpd

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