This file is indexed.

/usr/share/doc/pure-ftpd-common/README.Debian is in pure-ftpd-common 1.0.36-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
pure-ftpd for Debian
--------------------

Please note that these packages use a complete new configuration scheme,
read the pure-ftpd-wrapper manual page for more information.

pure-ftpd for Debian is provided in 4 flavours: vanilla (pure-ftpd),
MySQL (pure-ftpd-mysql), PostgreSQL (pure-ftpd-postgresql) and LDAP
(pure-ftpd-ldap). The pure-ftpd-control script invokes the init
script for the installed flavour.

Each flavour comes with two binaries, one with support for virtual
chroots and one without, e.g. /usr/sbin/pure-ftpd-virtualchroot
and /usr/sbin/pure-ftpd. You can select which binary is called by the
init script via debconf or by editing /etc/default/pure-ftpd-common.

The location of the file with the directory aliases is 
/etc/pure-ftpd/pureftpd-dir-aliases.

Using PureDB
------------

Initialize the database with at least one user:

pure-pw useradd www -u 1000 -g 1000 -d /www
pure-pw mkdb

Create symlink to add PureDB to authentication methods:

cd /etc/pure-ftpd/auth
ln -s ../conf/PureDB 50pure

Disable PAM authentication unless you need it:

echo no > /etc/pure-ftpd/conf/PAMAuthentication

Restart PureFTPd with the corresponding init script
for your selected Debian package (usually /etc/init.d/pure-ftpd).

 -- Stefan Hornburg (Racke) <racke@linuxia.de>, Wed Aug  3 00:10:58 2005