Pure-FTPd integration: Unknown authentication method
Question:
When I attempt to integrate Centova Cast with Pure-FTPd using the MySQL module, I receive the following error:
[ERROR] Unknown authentication method: mysql:/etc/pureftpd-mysql.conf
Answer:
This indicates that your build of Pure-FTPd does not include MySQL support. MySQL support is required in order to use the Pure-FTPd MySQL module as described in our published system requirements.
To correct this problem, you'll need to do one of the following:
Rebuild Pure-FTPd with MySQL support, OR
Install the Pure-FTPd MySQL package (if one is provided by your Linux distribution -- Debian, for example, provides a
pure-ftpd-mysql
package), ORUse the non-MySQL Pure-FTPd integration module included with Centova Cast (in the
ftp/pure-ftpd/non-mysql
directory). This will allow you to integrate Centova Cast with Pure-FTPd without adding MySQL support to Pure-FTPd.
If you use CPanel on your server, you will almost certainly need to choose option #3.