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
Matthias Kellermann wrote:
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
...
So the MySQL connection works, but something with the MD5 pas
On Mon, Feb 25, 2008 at 7:12 PM, Res <[EMAIL PROTECTED]> wrote:
> On Mon, 25 Feb 2008, Matthias Kellermann wrote:
>
> > I've got some troubles setting up authentication via DBD with a MySQL
> > database and passwords crypted with MD5.
>
> >
>
> > So the MySQL connection works, but something with
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