Hello,

When I inserted the user in to the mysql database I have a field
called password it's a varchar(64) field. For the password value I
used mysql's sha function so the entry looked like:

sha('password')

won the insert line.

I'm not sure if that answers your question.

Thanks.
Dave.


On 11/19/12, Igor Galić <i.ga...@brainsware.org> wrote:
>
>
> ----- Original Message -----
>> Hello,
>>
>> I am still trying to get my apache to authenticate against a mysql
>> database. I've looked at my available options and it looked like
>> mod_auth_mysql was discontinued so that was a non-starter. My other
>> option was mod_dbd with the apr-util-mysql driver, well that one also
>> didn't work, I kept getting password mismatch errors.
>
> Why were you getting password mismatch errors? Did the password look
> like httpd is expecting passwords to look?
>
> http://httpd.apache.org/docs/2.2/misc/password_encryptions.html
>
> i
>
> --
> Igor Galić
>
> Tel: +43 (0) 664 886 22 883
> Mail: i.ga...@brainsware.org
> URL: http://brainsware.org/
> GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to