# /etc/conf.d/proftpd - proftpd option configuration file # $Header: /root/magellan-cvs/src/proftpd/proftpd.confd,v 1.1 2010-03-03 19:08:46 niro Exp $ # Set PROFTPD_OPTIONS to add command-line options for proftpd. # See proftpd(8) for a comprehensive list of what can be used. # # The following "Defines" can be used with the default configuration file: # -DANONYMOUS : Enable anonymous FTP mode # -DACL : Enable support for POSIX ACLs (mod_facl) # -DBAN : Enable dynamic ban lists (mod_ban) # -DLDAP : Enable LDAP support (mod_ldap) # -DRADIUS : Enable radius support (mod_radius) # -DTLS : Enable TLS support (mod_tls) # -DMYSQL : Enable MySQL support (mod_sql_mysql) # -DSFTP : Enable SFTP/SCP support (mod_sftp) # # For example, for anonymous FTP and TLS support: # PROFTPD_OPTIONS="-DANONYMOUS -DTLS" PROFTPD_OPTIONS=""