Re: [users@httpd] Authenticate/Authorize user based on group with apache and mysql

2012-01-13 Thread Nick Kew
On Thu, 12 Jan 2012 11:39:20 +0100 Niklas Johansson wrote: > Thanks for your answer. > > Do you know when it will be delivered with any stable version? Since > we are looking for a beta version in my project right now, we can wait > a little bit with this. But in a while we have to make sure tha

Re: [users@httpd] Authenticate/Authorize user based on group with apache and mysql

2012-01-12 Thread Niklas Johansson
Thanks for your answer. Do you know when it will be delivered with any stable version? Since we are looking for a beta version in my project right now, we can wait a little bit with this. But in a while we have to make sure that we add this security level. In worst case, are there any instruction

Re: [users@httpd] Authenticate/Authorize user based on group with apache and mysql

2012-01-12 Thread Nick Kew
On 12 Jan 2012, at 09:44, Niklas Johansson wrote: > I am trying to get authorization to work on my apache installation. I > want to authorize depending on what group the user belongs to. [chop] > > AuthzDBDQuery doesn't work since, as I understand it, it is not part > of any stable version yet.

[users@httpd] Authenticate/Authorize user based on group with apache and mysql

2012-01-12 Thread Niklas Johansson
I am trying to get authorization to work on my apache installation. I want to authorize depending on what group the user belongs to. I am using - Apache 2.2.15 - Centos 6.2 (Running as guest in VB) My setup is working if I only want to authenticate/authorize based on the user. Here is the sig