]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- update for 1.2.9rc1
authorTomek Orzechowski <orzech@pld-linux.org>
Sun, 22 Jun 2003 00:37:17 +0000 (00:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd.conf -> 1.10

proftpd.conf

index 731ac6cec5733e89964c20ea559ca4a43c9c7977..6e666cd8c3c25331e0e3d200e161b32827fc3136 100644 (file)
@@ -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
This page took 0.112172 seconds and 4 git commands to generate.