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

[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