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,
&g
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
AuthDBDUserRealmQuery "SELECT passwd FROM web_users WHERE
username = %s AN