Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 96899764139b942d1464108a3b18e850 > files > 9

vsftpd-1.2.0-1mdk.ppc.rpm

# default: on
# description:
#   The vsftpd FTP server serves FTP connections. It uses
#   normal, unencrypted usernames and passwords for authentication.
# vsftpd is designed to be secure.
service ftp
{
        socket_type             = stream
        wait                    = no
        user                    = root
        server                  = /usr/sbin/vsftpd
#       server_args             =
#       log_on_success          += DURATION USERID
#       log_on_failure          += USERID
        nice                    = 10
        disable                 = no
}