Bug#588428: pure-ftpd-mysql: apparently, only md5 passwords are recognized

2010-07-08 Thread Toni Mueller
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

Bug#588428: closed by Stefan Hornburg (Racke) ra...@linuxia.de (Re: Bug#588428: pure-ftpd-mysql: apparently, only md5 passwords are recognized)

2010-07-08 Thread Stefan Hornburg (Racke)
On 07/08/2010 12:50 PM, Toni Mueller wrote: Hi, On Thu, 08.07.2010 at 11:39:35 +0200, Stefan Hornburg (Racke)ra...@linuxia.de wrote: Where does it say that it takes password() encrypted passwords? on this page: http://download.pureftpd.org/pub/pure-ftpd/doc/README.MySQL I read:

Bug#588428: closed by Stefan Hornburg (Racke) ra...@linuxia.de (Re: Bug#588428: pure-ftpd-mysql: apparently, only md5 passwords are recognized)

2010-07-08 Thread Stefan Hornburg (Racke)
On 07/08/2010 11:33 AM, Toni Mueller wrote: Hi, On Thu, 08.07.2010 at 09:27:11 +, Debian Bug Tracking Systemow...@bugs.debian.org wrote: Use encrypt(..) instead of password(..). MySQL passwords from password() are not supported - this is a MySQL specific format. ok, then this is an

Bug#588428: closed by Stefan Hornburg (Racke) ra...@linuxia.de (Re: Bug#588428: pure-ftpd-mysql: apparently, only md5 passwords are recognized)

2010-07-08 Thread Toni Mueller
Hi, On Thu, 08.07.2010 at 09:27:11 +, Debian Bug Tracking System ow...@bugs.debian.org wrote: Use encrypt(..) instead of password(..). MySQL passwords from password() are not supported - this is a MySQL specific format. ok, then this is an upstream documentation bug. Kind regards,

Bug#588428: closed by Stefan Hornburg (Racke) ra...@linuxia.de (Re: Bug#588428: pure-ftpd-mysql: apparently, only md5 passwords are recognized)

2010-07-08 Thread Toni Mueller
Hi, On Thu, 08.07.2010 at 11:39:35 +0200, Stefan Hornburg (Racke) ra...@linuxia.de wrote: Where does it say that it takes password() encrypted passwords? on this page: http://download.pureftpd.org/pub/pure-ftpd/doc/README.MySQL I read: --- cut - The user's password, in plaintext, MD5,