I have a Apache setting, which contains a DAV svn configuration.
How many groups can mod_auth_mysql pass to Apache for one user? Multiple groups or just one? If just one group is passed, is there a workaround, which makes svn get multiple groups from a mySQL-DB?
grz sadi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Groups are not "passed to Apache". Apache passes the information from httpd.conf or .htaccess file to our module without any checking of parameters. We return whether the login is valid or not - nothing more.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there
I have a Apache setting, which contains a DAV svn configuration.
How many groups can mod_auth_mysql pass to Apache for one user? Multiple groups or just one? If just one group is passed, is there a workaround, which makes svn get multiple groups from a mySQL-DB?
grz sadi
Groups are not "passed to Apache". Apache passes the information from httpd.conf or .htaccess file to our module without any checking of parameters. We return whether the login is valid or not - nothing more.