Author: hawk                         Date: Mon Aug  8 09:22:04 2005 GMT
Module: SOURCES                       Tag: RA-branch
---- Log message:
- updated for 1.2.10

---- Files affected:
SOURCES:
   proftpd.conf (1.6 -> 1.6.2.1) 

---- Diffs:

================================================================
Index: SOURCES/proftpd.conf
diff -u SOURCES/proftpd.conf:1.6 SOURCES/proftpd.conf:1.6.2.1
--- SOURCES/proftpd.conf:1.6    Tue Apr 23 00:47:19 2002
+++ SOURCES/proftpd.conf        Mon Aug  8 11:21:59 2005
@@ -4,30 +4,44 @@
 # "nobody" and "ftp" for normal operation and anon.
 
 ServerName                     "ProFTPD"
+ServerIdent                    off
 ServerType                     inetd
 DeferWelcome                   off
 DefaultServer                  on
 
-<Global>
-       # Set this to "on" if you are running in standalone mode!
-       UseTCPD                 off
-       TCPDServiceName         ftp
-</Global>
-
 # If you want .message files to work with browsers, you probably
 # 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
-#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
-# don't verify any peer certificates
-#TlsCertsOk                    off
+#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
 
 # Port 21 is the standard FTP port.
 Port                           21
@@ -40,7 +54,7 @@
 Group                          ftp
 
 # use PAM authoritative
-AuthPAMAuthoritative           on
+AuthPAM                                on
 
 # Normally, we want files to be overwriteable.
 <Directory />
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to