Ok.
After some research I found that htdigest calculates the password digest
based on the string username:realm:password, now I know how to
programmatically populate the password field in the users table with MySQL's
md5() function.
Luca
-Original Message-
From: Luca Meneg
> (one advantage of DBD is you can use the same table for both types
> of authn. Just use different columns for Basic and Digest entries).
That's a feature I will certainly use!
>> --
>> Nick Kew
Thank you for your help.
Luca Meneghesso
---
Hi everybody!
I finally managed to compile Apache 2.2.3/OpenSSL to perform Authentication
and Authorization with mod_authn_dbd/mod_authz_dbd/apr_dbd_mysql. Everything
works correctly when using Basic Authentication but when I switch to Digest
Authentication the server returns this error message: