Ticket #5415 (closed defect: invalid)
Opened 5 years ago
Last modified 5 years ago
anonymous can no longer browse
| Reported by: | Markus Tacker <m@…> | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/browser | Version: | 0.10-stable |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
I have a few setups where anonymous must brows the source. This worked flawless until now. I have changed noting in trac or svn but the anonymous gets:
Insufficient permissions to access /
although his permissions are
anonymous BROWSER_VIEW anonymous CHANGESET_VIEW anonymous FILE_VIEW anonymous LOG_VIEW anonymous MILESTONE_VIEW anonymous REPORT_SQL_VIEW anonymous REPORT_VIEW anonymous ROADMAP_VIEW anonymous SEARCH_VIEW anonymous TICKET_CREATE anonymous TICKET_VIEW anonymous TIMELINE_VIEW anonymous WIKI_VIEW
I am on 0.10-stable r5393
Attachments
Change History
comment:1 Changed 5 years ago by eblot
- Version set to 0.10-stable
comment:2 Changed 5 years ago by athomas
comment:3 Changed 5 years ago by Markus Tacker <m@…>
Until now means, that I update every day to 0.10-stable. Yesterday a user told me about the problem.
autz usage is disabled.
Debug log only display the same error message.
comment:4 Changed 5 years ago by Hyuga <hyugaricdeau@…>
I'm pretty sure this is a configuration issue.
Can anonymous users check out files from your repository? Also, make sure that the file trac/versioncontrol/svn_authz.py didn't somehow fail to get updated when you upgraded Trac.
comment:5 Changed 5 years ago by Markus Tacker <m@…>
- Resolution set to invalid
- Status changed from new to closed
Configuration problem: A global trac.ini has set authz_file but not authz_module_name is defined in the environments trac.ini thus resulting in the error described above.



What does "until now" mean? Did you upgrade Trac and it stopped working? You say nothing in Trac has changed though... something must have changed.
Regardless, I'd check if you're using authz, browsing could be denied there.