Ticket #7328 (closed defect: worksforme)
mod_python config docu incomplete for user authentication
| Reported by: | Volker <volker@…> | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11rc1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
wiki/TracModPython#ConfiguringAuthentication outlines how to set up user authentication with apache mod_python, but it doesn't say how to do this for what I would have expected to be the most common case - allow anyone to browse tickets, but only allow logged-in users to edit pages and tickets.
In addition to the apache directives already given in the wiki, these are required (there may still be more paths missing besides login and prefs):
<Location /trac/> Satisfy any </Location> <LocationMatch /trac/[^/]*/(login|prefs)> Require valid-user Satisfy all </LocationMatch>
Could this be added to 0.11 final, please?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


