Re: [users@httpd] require group using authn_dbd and digest

2011-07-04 Thread Robert Wagner
Authenticating groups using a database seems to be possible only with mod_authz_dbd (http://httpd.apache.org/docs/2.3/mod/mod_authz_dbd.html). The source files for Apache 2.2 can be found at http://people.apache.org/~niq/dbd.html. Robert Am 01.07.2011 16:16, schrieb Robert Wagner: Hi, i would

Re: [users@httpd] require group using authn_dbd and digest

2011-07-04 Thread Nick Kew
On 1 Jul 2011, at 15:16, Robert Wagner wrote: Now i need to realize groups (using an own sql table). I found many tutorials using basic-authentication but none with digest. I am using Debian Squeeze and Apache 2.2. I hope someone can help... Hmmm ... this needs to go in an FAQ somewhere.

[users@httpd] require group using authn_dbd and digest

2011-07-01 Thread Robert Wagner
Hi, i would like to authenticate users using MySQL. So far my working configuration look like this: DBDriver mysql DBDParams host=127.0.0.1 port=3306 dbname=apache_auth user=username pass=password DBDPersist off Directory /var/www/sqlauth AuthDBDUserRealmQuery SELECT passwd FROM