SOURCES (DEVEL): proftpd.conf - update to 1.3.0 DSO based config
glen
glen at pld-linux.org
Sat Apr 29 13:58:37 CEST 2006
Author: glen Date: Sat Apr 29 11:58:37 2006 GMT
Module: SOURCES Tag: DEVEL
---- Log message:
- update to 1.3.0 DSO based config
---- Files affected:
SOURCES:
proftpd.conf (1.8 -> 1.8.4.1)
---- Diffs:
================================================================
Index: SOURCES/proftpd.conf
diff -u SOURCES/proftpd.conf:1.8 SOURCES/proftpd.conf:1.8.4.1
--- SOURCES/proftpd.conf:1.8 Thu Mar 20 04:04:20 2003
+++ SOURCES/proftpd.conf Sat Apr 29 13:58:32 2006
@@ -4,8 +4,7 @@
# "nobody" and "ftp" for normal operation and anon.
ServerName "ProFTPD"
-ServerType inetd
-#ServerType standalone
+ServerType standalone
DeferWelcome off
DefaultServer on
@@ -14,15 +13,15 @@
#MultilineRFC2228 on
# These are the TLS related options, default values
-#TlsRsaCertFile ftpd-rsa.pem
-#TlsRsaKeyFile ftpd-rsa-key.pem
-#TlsDsaCertFile ftpd-dsa.pem
-#TlsDsaKeyFile ftpd-dsa-key.pem
-#TlsCrlFile ftpd-crl.pem
-#TlsDhParamFile ftpd-dhparam.pem
-#TlsCipherList ALL:!EXP
+#TLSRSACertificateFile ftpd-rsa.pem
+#TLSRSACertificateKeyFile ftpd-rsa-key.pem
+#TLSDSACertificateFile ftpd-dsa.pem
+#TLSDSACertificateKeyFile ftpd-dsa-key.pem
+#TLSCARevocationFile ftpd-crl.pem
+#TLSDHParamFile ftpd-dhparam.pem
+#TLSCipherSuite ALL:!EXP
# don't verify any peer certificates
-#TlsCertsOk off
+#TLSVerifyClient off
# Port 21 is the standard FTP port.
Port 21
@@ -34,15 +33,15 @@
User ftp
Group ftp
-# use PAM authoritative
-AuthPAMAuthoritative on
+# Load additional modules config
+Include /etc/ftpd/conf.d/*.conf
# Normally, we want files to be overwriteable.
<Directory />
AllowOverwrite on
</Directory>
-#A basic anonymous configuration
+# A basic anonymous configuration
# uncoment this section below if you want gain annonymous ftp acces
<Anonymous ~ftp>
User ftp
@@ -80,3 +79,5 @@
# </Limit>
# </Directory>
</Anonymous>
+
+# vim:ts=8:sw=8
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/proftpd.conf?r1=1.8&r2=1.8.4.1&f=u
More information about the pld-cvs-commit
mailing list