Template: wu-ftpd/run_mode
Type: select
__Choices: inetd, standalone
Default: inetd
_Description: Mode of running wu-ftpd:
 wu-ftpd can now be run as a standalone daemon instead of being called from
 inetd. This means wu-ftpd can respond slightly faster to a new connection,
 especially under high load.

Template: wu-ftpd/ftpusers-symlink
Type: text
_Description: Copying ${target} to make ${ftpusers} a regular file.
 Your ${ftpusers} file is currently a symbolic link. Due to new
 restrictions in the PAM package, this is no longer allowed.

Template: wu-ftpd/update-binaries
Type: boolean
_Description: Update out-of-date binaries in ${ftphome}?
 Your binaries and libraries in ${ftphome} are out-of-date. This could
 break your anonymous FTP services.

Template: wu-ftpd/anonymous
Type: boolean
Default: false
_Description: Do you want to allow anonymous ftp access?
 Anonymous FTP allows users to log in to the server using the username
 "anonymous" and their e-mail address as a password. This is usually used
 to give people access to public files.
 .
 If you accept here, a user called 'ftp' will be created, along with a
 home directory (which will be the root of the anonymous FTP area). The
 home directory will be populated with the binaries, libraries and
 configuration files necessary for anonymous FTP to work.

Template: wu-ftpd/homedir
Type: string
Default: /home/ftp
_Description: Location of the FTP home directory:
 This is the directory where the anonymous FTP area will be created, and
 the home directory for the "ftp" user. It must be an absolute path (ie: it
 must begin with a '/').

Template: wu-ftpd/homedir-not-absolute
Type: note
_Description: The FTP home directory you specified is not an absolute path
 The FTP home directory must be an absolute path. In other words, it must
 start with a '/', eg: "/home/ftp".

Template: wu-ftpd/homedir-exists
Type: boolean
Default: false
_Description: ${homedir} already exists, use it?
 The FTP home directory you specified (${homedir}) already exists.

Template: wu-ftpd/create-incoming
Type: boolean
Default: false
_Description: Do you want to create a directory for user uploads?
 If you accept here, a directory called ${homedir}/pub/incoming (/pub/incoming
 on the FTP site) will be created and set up to be a secure place for uploading
 files.
 .
 Please look at /etc/wu-ftpd/ftpaccess and its manual page for more
 information on making /pub/incoming more secure.

Template: wu-ftpd/libnss
Type: text
_Description: libnss_files.so needs manual installation
 Anonymous FTP users will only see UID and GID numbers, instead of names,
 because the libnss_files.so library hasn't been installed.
 .
 It is not installed by default, since there is no easy way to find out
 what version needs to be installed.
 .
 If you want to install it manually, it should be placed in ${homedir}/lib
 owned by root, and with permissions of 444 (r--r--r--)

Template: wu-ftpd/ftpusers
Type: boolean
Default: true
_Description: Remove anonymous entries from ${ftpusers}?
 Your ${ftpusers} file contains entries for 'ftp' and/or 'anonymous', the
 anonymous ftp usernames.
 .
 To enable access to anonymous ftp, these entries must be removed.

Template: wu-ftpd/home-noexist
Type: boolean
Default: true
_Description: ${homedir} doesn't exist, create it?
 You already have an anonymous FTP account, but the FTP home directory
 [${homedir}] does not exist!
