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

2006-08-24 Thread Nick Kew
On Thursday 24 August 2006 13:59, Luca Meneghesso wrote: > 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() functio

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

2006-08-24 Thread Luca Meneghesso
hesso [mailto:[EMAIL PROTECTED] Sent: mercoledì 23 agosto 2006 19.26 To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Digest authentication with mod_authn_dbd + MySQL driver Nick, > You're trying to do Digest authentication with a Basic authn configuration > by just switching AuthTy

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

2006-08-23 Thread Luca Meneghesso
Nick, > You're trying to do Digest authentication with a Basic authn configuration > by just switching AuthType. You need an AuthDBDUserRealmQuery, and > you'll need to populate your database with md5 digests. See the digest > authn documentation. It works now. I didn't realize that my query mu

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

2006-08-23 Thread Nick Kew
On Wednesday 23 August 2006 16:15, Luca Meneghesso wrote: > 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 > swi

[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: