man pure-ftpd-wrapper (Administration système) - configures and starts Pure-FTPd daemon

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 CW# 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 CWYes,CW1,CWOn enable the corresponding commandline option (case doesn't matter). To disable the option use CWNo,CW0 or CWOff.

Configuration files containing boolean values are CWAllowAnonymousFXP, CWAllowDotFiles, CWAllowUserFXP, CWAnonymousCanCreateDirs, CWAnonymousCantUpload, CWAnonymousOnly, CWAntiWarez, CWAutoRename, CWBrokenClientsCompatibility, CWCallUploadScript, CWChrootEveryone, CWCreateHomeDir, CWCustomerProof, CWDaemonize, CWDisplayDotFiles, CWDontResolve, CWIPV4Only, CWIPV6Only, CWKeepAllFiles, CWLogPID, CWNATmode, CWNoAnonymous, CWNoChmod, CWNoRename, CWPAMAuthentication, CWProhibitDotFilesRead, CWProhibitDotFilesWrite, CWUnixAuthentication and CWVerboseLog.

Numerical values

There are several types of numerical values (one number, two numbers one or two numbers, two octal numbers).

One number
CWMaxClientsNumber, CWMaxClientsPerIP, CWMaxDiskUsage, CWMaxIdleTime, CWMaxLoad, CWMinUID, CWTLS, CWTrustedGID.
Two numbers
CWAnonymousRatio, CWLimitRecursion, CWPassivePortRange, CWPerUserLimits, CWQuota, CWUserRatio.
One or two numbers
CWAnonymousBandwidth, CWUserBandwidth.
Two octal numbers
CWUmask.

String values

Arbritrary strings
CWAltLog, CWBind, CWForcePassiveIP.
Words
CWSyslogFacility.

IP values

CWTrustedIP.

File values

These values designate an existing file or socket.

File
CWFortunesFile, CWLDAPConfigFile, CWMySQLConfigFile, CWPGSQLConfigFile, CWPureDB.
Socket
CWExtAuth.

AUTHOR

This manual page was written by Stefan Hornburg (Racke) <racke@linuxia.de> for the Debian GNU/Linux system.