Just an update
Pureftp does not seem to be reading the mysql.conf file
here is the contents of auth
root@maggie:/etc/pure-ftpd/auth# ls
30mysql 65unix 70pam
root@maggie:/etc/pure-ftpd/auth# more 30mysql
/etc/pure-ftpd/db/mysql.conf
root@maggie:/etc/pure-ftpd/auth#
could it be a permissions problem? I tried chmod 777 mysql.conf
and here are the contents of conf
root@maggie:/etc/pure-ftpd/conf# more *
::::::::::::::
AltLog
::::::::::::::
clf:/var/log/pure-ftpd/transfer.log
::::::::::::::
BrokenClientsCompatibility
::::::::::::::
yes
::::::::::::::
ChrootEveryone
::::::::::::::
yes
::::::::::::::
DontResolve
::::::::::::::
yes
::::::::::::::
FSCharset
::::::::::::::
UTF-8
::::::::::::::
MinUID
::::::::::::::
1000
::::::::::::::
MySQLConfigFile
::::::::::::::
/etc/pure-ftpd/db/mysql.conf
::::::::::::::
NoAnonymous
::::::::::::::
yes
::::::::::::::
PAMAuthentication
::::::::::::::
no
::::::::::::::
PureDB
::::::::::::::
/etc/pure-ftpd/pureftpd.pdb
::::::::::::::
UnixAuthentication
::::::::::::::
no
root@maggie:/etc/pure-ftpd/conf#
|