Hi everybody,

I'm attempting to install Trac for our organization.  I've got it
installed on a machine running latest version of Debian.  I'm using
mod-pam with Apache for authentication.  The project environment is set
up, the site is accessible, and users have no problems logging in.
However, there is some kind of permissions problem that I can't resolve.
There are several areas of Trac that give me errors when trying to put
information into it (editing "Preferences", creating a new ticket,
etc.).

When I try to set my preferences, I get the following Apache error:
"Forbidden
You don't have permission to access /trac/prefs on this server."

I get a similar error when trying to create a new ticket:
"Forbidden
You don't have permission to access /trac/newticket on this server."

The logs show this:
[Mon Jun 22 14:32:29 2009] [error] [client xxx.xxx.xxx.xxx] Access
denied: 'wlton' POST trac:/newticket, referer:
http://www.xxx.xxx/trac/newticket

(I've replaced the IP address and URL with Xs).

In an effort to get this to work, I have the following
permissions in place (notice that authenticated users have TRAC_ADMIN):

User           Action         
------------------------------
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_VIEW    
anonymous      TIMELINE_VIEW  
anonymous      WIKI_VIEW      
authenticated  BROWSER_VIEW   
authenticated  TICKET_CREATE  
authenticated  TICKET_MODIFY  
authenticated  TRAC_ADMIN     
authenticated  WIKI_CREATE    
authenticated  WIKI_MODIFY    

Finally, the user and group of the Apache web server have read/write
permissions to all the trac data.

Can somebody please point me to what I'm missing?

Thanks,
Bryan Walton


-- 
Bryan K. Walton                          Division of Physiologic Imaging
Systems Administrator           University of Iowa Hospitals and Clinics

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to