SOURCES: proftpd.conf - 1.3.0 from DEVEL

glen glen at pld-linux.org
Sat Apr 29 16:19:31 CEST 2006


Author: glen                         Date: Sat Apr 29 14:19:31 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- 1.3.0 from DEVEL

---- Files affected:
SOURCES:
   proftpd.conf (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SOURCES/proftpd.conf
diff -u SOURCES/proftpd.conf:1.12 SOURCES/proftpd.conf:1.13
--- SOURCES/proftpd.conf:1.12	Mon Oct 25 14:05:48 2004
+++ SOURCES/proftpd.conf	Sat Apr 29 16:19:26 2006
@@ -4,8 +4,7 @@
 # "nobody" and "ftp" for normal operation and anon.
 
 ServerName			"ProFTPD"
-ServerIdent			off
-ServerType			inetd
+ServerType			standalone
 DeferWelcome			off
 DefaultServer			on
 
@@ -13,35 +12,16 @@
 # want to uncomment the next line
 #MultilineRFC2228		on
 
-# TCPD configuration
-# TCPServiceName			ftp
-#TCPAccessFiles			None
-#TCPAccessSyslogLevels		info warn
-#TCPGroupAccessFiles		None
-#TCPUserAccessFiles		None
-
 # These are the TLS related options, default values
-#TLSEngine			off
-#TLSProtocol			SSLv23
-#TLSCipherSuite			ALL:!ADH
-#TLSRSACertificateFile		None
-#TLSRSACertificateKeyFile	None
-#TLSDSACertficateFile		None
-#TLSDSACertificateKeyFile	None
-#TLSCACertificateFile		None
-#TLSCACertificatePath		None
-#TLSCARevocationFile		None
-#TLSCARevocationPath		None
-#TLSCertificateChainFile	None
-#TLSDHParamFile			None
-#TLSLog				None
-#TLSOptions			None
-#TLSRandomSeed			openssl-dir/.rnd
-#TLSRenegotiate			None
-#TLSRequired			None
-#TLSTimeoutHandshake		300
-#TLSVerifyClient		None
-#TLSVerifyDepth			9
+#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
+#TLSVerifyClient		off
 
 # Port 21 is the standard FTP port.
 Port				21
@@ -53,15 +33,15 @@
 User				ftp
 Group				ftp
 
-# use PAM authoritative
-AuthPAM				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
@@ -99,3 +79,5 @@
 #		</Limit>
 #	</Directory>
 </Anonymous>
+
+# vim:ts=8:sw=8
================================================================

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



More information about the pld-cvs-commit mailing list