diff --git a/proftpd.conf b/proftpd.conf index 354f56c..e81be99 100644 --- a/proftpd.conf +++ b/proftpd.conf @@ -77,14 +77,22 @@ LogFormat auth "%v [%P] %h %t \"%r\" %s" # Explained at http://www.castaglia.org/proftpd/modules/mod_tls.html #TLSEngine on #TLSRequired on -#TLSRSACertificateFile /usr/share/ssl/certs/proftpd.pem -#TLSRSACertificateKeyFile /usr/share/ssl/certs/proftpd.pem +#TLSRSACertificateFile /etc/pki/tls/certs/proftpd.pem +#TLSRSACertificateKeyFile /etc/pki/tls/certs/proftpd.pem #TLSCipherSuite ALL:!ADH:!DES #TLSOptions NoCertRequest #TLSVerifyClient off ##TLSRenegotiate ctrl 3600 data 512000 required off timeout 300 #TLSLog /var/log/proftpd/tls.log +# SQL authentication Dynamic Shared Object (DSO) loading +# See README.DSO and howto/DSO.html for more details. +# +# LoadModule mod_sql.c +# LoadModule mod_sql_mysql.c +# LoadModule mod_sql_postgres.c +# + # A basic anonymous configuration, with an upload directory. # # User ftp diff --git a/proftpd.spec b/proftpd.spec index 712b585..1efab1e 100644 --- a/proftpd.spec +++ b/proftpd.spec @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -179,6 +179,10 @@ fi %changelog +* Wed May 10 2006 Matthias Saou 1.3.0-3 +- Add commented section about DSO loading to the default proftpd.conf. +- Update TLS cert paths in the default proftpd.conf to /etc/pki/tls. + * Fri Apr 28 2006 Matthias Saou 1.3.0-2 - Mark pam.d and logrotate.d config files as noreplace. - Include patch to remove -rpath to DESTDIR/usr/sbin/ in the proftpd binary