Ticket #3005 (closed defect: invalid)
Fine grained permissions don't work on wiki
| Reported by: | mark@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.9.4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
testcase
Create a page, let's say mogg. This page shall only be visible to two users...
# excerpt of trac.ini [trac] authz_file = /var/lib/trac/test/conf/authz.conf
# authz.conf [/] * = r [/wiki/mogg] * = mark = rw work = r
expected behaviour
Anonymous cannot view that page.
actual behaviour
Anonymous is able to view that page, too.
notes
- Setting authz_module_name does not change anything.
- Neither [mogg] nor [/mogg] nor [/wiki/mogg] nor any equivalent with module-name works.
- I've restarted apache between every run.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


