Author: glen                         Date: Sat Apr 29 15:15:26 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- TLSEngine must be first

---- Files affected:
SOURCES:
   proftpd-mod_tls.conf (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/proftpd-mod_tls.conf
diff -u SOURCES/proftpd-mod_tls.conf:1.4 SOURCES/proftpd-mod_tls.conf:1.5
--- SOURCES/proftpd-mod_tls.conf:1.4    Sat Apr 29 17:13:22 2006
+++ SOURCES/proftpd-mod_tls.conf        Sat Apr 29 17:15:21 2006
@@ -1,6 +1,9 @@
 # $Id$
 LoadModule     mod_tls.c
 
+# TLSEngine must be enabled for TLS options to have effect.
+#TLSEngine on
+
 # These are the TLS related options, default values
 #TLSRSACertificateFile         /etc/ftpd/ftpd-rsa.pem
 #TLSRSACertificateKeyFile      /etc/ftpd/ftpd-rsa-key.pem
@@ -17,4 +20,3 @@
 #TLSVerifyClient                       off
 
 #TLSRequired off
-#TLSEngine on
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/proftpd-mod_tls.conf?r1=1.4&r2=1.5&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to