RE: [EMAIL PROTECTED] Digest authentication with mod_authn_dbd + MySQL driver

2006-08-24 Thread Luca Meneghesso
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

RE: [EMAIL PROTECTED] Digest authentication with mod_authn_dbd + MySQL driver

2006-08-23 Thread Luca Meneghesso
> (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 ---

[EMAIL PROTECTED] Digest authentication with mod_authn_dbd + MySQL driver

2006-08-23 Thread 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: