#4437: Apache auth recipe does not work in Apache 2.2
-----------------------------------------+----------------------------------
Reporter: Paul Bx <[EMAIL PROTECTED]> | Owner: jacob
Status: new | Component: Documentation
Version: 0.96 | Resolution:
Keywords: | Stage: Ready for
checkin
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
-----------------------------------------+----------------------------------
Comment (by anonymous):
The full list of such directives is:
AuthBasicAuthoritative
AuthDefaultAuthoritative
AuthzLDAPAuthoritative
AuthzDBMAuthoritative
AuthzDefaultAuthoritative
AuthzGroupFileAuthoritative
AuthzOwnerAuthoritative
AuthzUserAuthoritative
Which you actually have to turn Off depends a bit on which
authentication/authorisation features of Apache you are using. Since you
didn't actually provide your Apache configuration snippet I made a guess,
but likely you need one of the others. As a second guess I would say:
AuthzGroupFileAuthoritative Off
If updating Django documentation, just make sure you are quite specific
that these are Apache 2.2 options as they do not exist in Apache 2.0.
--
Ticket URL: <http://code.djangoproject.com/ticket/4437#comment:5>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---