Package: pure-ftpd-mysql
Version: 1.0.21-11.4
Severity: normal
Hi,
I just wanted to add a new user to a MySQL database for authentication.
So I did something along "insert ... (username, password, ...) values
('bla', password ('blubb'), ...)".
The result was that I could not authenticate as that user. Then I did
"update ... set password = md5('blubb') where username = 'bla';", and
then I could authenticate as the user.
In my mysql.conf file for pure-ftpd, I have:
MYSQLCrypt any
The MySQL server resides on the same machine and has this version:
ii mysql-server-5.0 5.0.51a-24+lenny4
I also have:
ii libmysqlclient15off 5.0.51a-24+lenny4
This suggests that, contrary to the documentation, authentication with
eg. MySQL passwords does not work.
Kind regards,
--Toni++
-- System Information:
Debian Release: 5.0.5
APT prefers stable
APT policy: (990, 'stable'), (500, 'proposed-updates'), (450, 'testing'),
(250, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]