[Trac-tickets] [The Trac Project] #2795: Can only edit Wiki pages
with anonymous user, even with WIKI_ADMIN or TRAC_ADMIN
The Trac Project
noreply at edgewall.com
Thu Feb 23 16:10:00 CST 2006
#2795: Can only edit Wiki pages with anonymous user, even with WIKI_ADMIN or
TRAC_ADMIN
--------------------------------+-------------------------------------------
Reporter: cardillr at rl.af.mil | Owner: jonas
Type: defect | Status: new
Priority: high | Milestone:
Component: wiki | Version: 0.9.4
Severity: blocker | Keywords:
--------------------------------+-------------------------------------------
I don't know whether this is a new bug, or the result of the upgrade from
0.9.3 to 0.9.4 but it's really annoying.
If I configure the "anonymous" user with "WIKI_ADMIN" then I can edit and
preview Wiki pages as expected (i.e., WikiStart or Sandbox). However, if
I configure my user "domain\user" with "TRAC_ADMIN" or "WIKI_ADMIN" it
just displays a blank page with the "Create this page" button as if it
doesn't exist. However, the page does still exist, and the changes have
not been made.
NOTE1: The "domain" part of the user name is because I have Apache doing
SSPI integrated authentication and that's what the user names look like
after login. No problems with any of that, other permissions work just as
expected.
NOTE2: I have verified that my user is configured with "TRAC_ADMIN" by
insuring that I can see the About/Config links, even though I don't have
"CONFIG_VIEW", etc. And all other features that come with "TRAC_ADMIN"
seem to be working fine because my default configuration is somewhat
restrictive.
What I've tried so far:
trac-admin project wiki upgrade
(no effect)
removing all other permissions and just setting "WIKI_MODIFY"
(no effect)
tried to use the "Delete this page" button
(just shows "Create this page" button, but page is not deleted)
The permissions have been set more restrictive than default install:
anonymous MILESTONE_VIEW
anonymous REPORT_SQL_VIEW
anonymous REPORT_VIEW
anonymous ROADMAP_VIEW
anonymous SEARCH_VIEW
anonymous TICKET_VIEW
anonymous WIKI_VIEW
domain\user TRAC_ADMIN
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2795>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list