Opened 17 years ago
Closed 17 years ago
#5415 closed defect (invalid)
anonymous can no longer browse
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/browser | Version: | 0.10-stable |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (0)
Change History (5)
comment:1 by , 17 years ago
Version: | → 0.10-stable |
---|
comment:2 by , 17 years ago
comment:3 by , 17 years ago
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 by , 17 years ago
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 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → 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.