PURE-FTPD-WRAPPER
Section: Debian GNU/Linux Documentation (8)
Updated: 2007-02-06
Index
Return to Main Contents
NAME
pure-ftpd-wrapper - configures and starts Pure-FTPd daemon
SYNOPSIS
pure-ftpd-wrapper
DESCRIPTION
pure-ftpd-wrapper reads the configuration for the Pure-FTPd daemon
from files in the directory /etc/pure-ftpd/conf. Each file in this
directory is related to a command line option. No more than one
line with configuration values is allowed. Empty lines or lines
starting with the comment character "#" are discarded.
The Pure-FTPd daemon allows to use different authentication methods
together. The authentication methods are tried in the order they are
specified on the command line. In order to achieve the same flexibility
with files in the /etc/pure-ftpd directory, pure-ftpd-wrapper
checks all valid symbolic links within the directory /etc/pure-ftpd/auth
in alphabetical order. E.g., a link in this directory pointing to
/etc/pure-ftpd/conf/PureDB would enable authentication against
a PureDB database.
There are no means to configure the PIDFile setting, it is hardwired
to /var/run/pure-ftpd/pure-ftpd.pid in this script.
CONFIGURATION
Boolean values
The strings "Yes",1,"On" enable the corresponding commandline option
(case doesn't matter). To disable the option use "No",0 or "Off".
Configuration files containing boolean values are "AllowAnonymousFXP",
"AllowDotFiles", "AllowUserFXP", "AnonymousCanCreateDirs",
"AnonymousCantUpload", "AnonymousOnly", "AntiWarez", "AutoRename",
"BrokenClientsCompatibility", "CallUploadScript", "ChrootEveryone",
"CreateHomeDir", "CustomerProof", "Daemonize", "DisplayDotFiles",
"DontResolve", "IPV4Only", "IPV6Only", "KeepAllFiles", "LogPID",
"NATmode", "NoAnonymous", "NoChmod", "NoRename", "PAMAuthentication",
"ProhibitDotFilesRead", "ProhibitDotFilesWrite", "UnixAuthentication"
and "VerboseLog".
Numerical values
There are several types of numerical values (one number, two numbers
one or two numbers, two octal numbers).
- One number
-
"MaxClientsNumber", "MaxClientsPerIP", "MaxDiskUsage", "MaxIdleTime",
"MaxLoad", "MinUID", "TLS", "TrustedGID".
- Two numbers
-
"AnonymousRatio", "LimitRecursion", "PassivePortRange",
"PerUserLimits", "Quota", "UserRatio".
- One or two numbers
-
"AnonymousBandwidth", "UserBandwidth".
- Two octal numbers
-
"Umask".
String values
- Arbritrary strings
-
"AltLog", "Bind", "ForcePassiveIP".
- Words
-
"SyslogFacility".
IP values
"TrustedIP".
File values
These values designate an existing file or socket.
-
- File
-
"FortunesFile", "LDAPConfigFile", "MySQLConfigFile", "PGSQLConfigFile", "PureDB".
- Socket
-
"ExtAuth".
-
AUTHOR
This manual page was written by Stefan Hornburg (Racke) <racke@linuxia.de>
for the Debian GNU/Linux system.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- CONFIGURATION
-
- Boolean values
-
- Numerical values
-
- String values
-
- IP values
-
- File values
-
- AUTHOR
-
This document was created by
man2html,
using the manual pages.
Time: 02:31:02 GMT, September 04, 2010