Re: [users@httpd] LimitExcept group authorization not taking effect

2011-08-04 Thread Darren Spruell
On Thu, Aug 4, 2011 at 3:02 PM, Eric Covener wrote: >>         >>            #Require group hgpushers >>            Require group poopy >>         >>     > > Do you need to wrap the "require valid-user" in a LimitExcept so it's > not in effect for your more restricted methods? Well, yes; that see

Re: [users@httpd] LimitExcept group authorization not taking effect

2011-08-04 Thread Eric Covener
>         >            #Require group hgpushers >            Require group poopy >         >     Do you need to wrap the "require valid-user" in a LimitExcept so it's not in effect for your more restricted methods? - The official

[users@httpd] LimitExcept group authorization not taking effect

2011-08-04 Thread Darren Spruell
Greetings, I have configuration that is not behaving as I'm assuming it should - suspect I'm missing a critical detail. I am using the following setup in a VirtualHost to protect access to a Mercurial web repo: WSGIProcessGroup hg AuthType Basic AuthName "Mercurial LDAP