Magellan Linux

Diff of /trunk/proftpd/modules.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 992 by niro, Wed Mar 3 19:08:46 2010 UTC revision 993 by niro, Wed Mar 3 19:35:11 2010 UTC
# Line 1  Line 1 
1  # $Header: /root/magellan-cvs/src/proftpd/modules.conf,v 1.4 2010-03-03 19:08:46 niro Exp $  # $Header: /root/magellan-cvs/src/proftpd/modules.conf,v 1.5 2010-03-03 19:35:11 niro Exp $
2  #  #
3  # This file is used to manage DSO modules and features.  # This file is used to manage DSO modules and features.
4  #  #
# Line 25  LoadModule mod_quotatab.c Line 25  LoadModule mod_quotatab.c
25  # (http://www.proftpd.org/docs/contrib/mod_quotatab_file.html)  # (http://www.proftpd.org/docs/contrib/mod_quotatab_file.html)
26  LoadModule mod_quotatab_file.c  LoadModule mod_quotatab_file.c
27    
 # Execute external programs or scripts at various points in the process  
 # of handling FTP commands  
 # (http://www.castaglia.org/proftpd/modules/mod_exec.html)  
 LoadModule mod_exec.c  
   
28  # Limit downloads to a multiple of upload volume (see README.ratio)  # Limit downloads to a multiple of upload volume (see README.ratio)
29  LoadModule mod_ratio.c  LoadModule mod_ratio.c
30    
# Line 85  LoadModule mod_wrap2.c Line 80  LoadModule mod_wrap2.c
80  </IfDefine>  </IfDefine>
81    
82    
83  # LDAP support (requires the '>=net-ftp/proftpd-ldap' package)  # LDAP support (requires the 'net-ftp/proftpd-ldap' package)
84  # Enable this with PROFTPD_OPTIONS=-DLDAP in /etc/conf.d/proftpd  # Enable this with PROFTPD_OPTIONS=-DLDAP in /etc/conf.d/proftpd
85  <IfDefine LDAP>  <IfDefine LDAP>
86     # LDAP support     # LDAP support

Legend:
Removed from v.992  
changed lines
  Added in v.993