Magellan Linux

Contents of /trunk/proftpd/proftpd.confd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 991 - (show annotations) (download)
Wed Mar 3 19:08:46 2010 UTC (14 years, 2 months ago) by niro
File size: 829 byte(s)
files and updates for proftpd-1.3.3 with optional mysql, ldap, tls and anonymous support

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