wget pure-ftpd-1.0.32
※1.0.42は、configure で、autoconfでエラー
※yum install (1.0.30)でも動作
cd pure-ftpd-1.0.32
./configure –with-pam –with-pgsql=/var/lib/pgsql
make
make install
cp xxx /etc/init.d/pure-ftpd-src
cp xxx /etc/pure-ftpd/pure-ftpd-src.conf
PGSQLConfigFile /etc/pure-ftpd/pureftpd-pgsql.conf
PAMAuthentication no
UnixAuthentication no
CreateHomeDir yes
/etc/pure-ftpd/pureftpd-pgsql.conf
諸々
SELECT “Password” FROM users WHERE “User”=’\L’
ダブルクォーテーションが必要