Re: [EMAIL PROTECTED] mod_authn_dbd, MySQL and MD5 passwords

2008-02-25 Thread Matthias Kellermann
Tom Donovan wrote: The encrypted password formats which Apache recognizes are documented at http://httpd.apache.org/docs/2.2/misc/password_encryptions.html Passwords encrypted with the MySQL MD5() function will not work with Apache authentication. -tom- Thanks Tom. Is there any chance tha

[EMAIL PROTECTED] mod_authn_dbd, MySQL and MD5 passwords

2008-02-25 Thread Matthias Kellermann
Hi list, I've got some troubles setting up authentication via DBD with a MySQL database and passwords crypted with MD5. My setup (Gentoo Linux): Apache 2.2.8 apr 1.2.11 apr-util 1.2.10 MySQL 5.0.54 My configuration: DBDriver mysql DBDParams "host=192.168.0.x dbname=auth user=auth pass=" D