[mod_python] PythonAuthzHandler not working

Graham Dumpleton grahamd at dscpl.com.au
Sat Apr 22 21:43:43 EDT 2006


On 23/04/2006, at 8:19 AM, Graham Dumpleton wrote:

>
> On 23/04/2006, at 5:22 AM, Jim Gallacher wrote:
>
>> Graham Dumpleton wrote:
>>> Add to config:
>>>   AuthAuthoritative Off
>>
>> That doesn't really make sense to me. Nothing like this is  
>> mentioned for other auth modules like mod_auth_ldap.
>
> I couldn't even find it documented. It is mentioned in source code  
> for 2.0.
> Turns of inbuilt auth.

BTW, if you are using Apache 2.2, you might actually need both:

   AuthzDefaultAuthoritative Off
   AuthzUserAuthoritative Off

I didn't check before if it had changed form 2.0 to 2.2.

I'll do some tests and get back to you on what is required for 2.2 if  
that
is what you are using.

Graham




More information about the Mod_python mailing list