Edgewall Software
Modify

Opened 17 years ago

Closed 16 years ago

Last modified 16 years ago

#5845 closed defect (wontfix)

trac requires SVN rw access to update setting page

Reported by: ohad.levy@… Owned by: Jonas Borgström
Priority: high Milestone:
Component: general Version: 0.10.4
Severity: blocker Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Hi,

on trac 10.4 running with apache ldap auth and svn acl file only users with svn rw permissions can update their trac setting page (email address).

debugging doesnt help (i.e. no message coming out with DEBUG level output)

my setup is the following:

multiple svn and trac projects accesable via web only:

apache config:

Alias /trac/ "/usr/share/trac/htdocs/"
 
RewriteEngine on
RewriteRule ^/projects$ /projects/TracIndex [PT]
RewriteRule ^/projects/$ /projects/TracIndex [PT]

<Location /projects>
  SetHandler mod_python
  PythonHandler trac.web.modpython_frontend
  PythonOption TracEnvParentDir /mnt/wiki/trac
  PythonOption TracUriRoot /projects
  AuthzSVNAccessFile /mnt/wiki/SVNACL
  SVNParentPath /mnt/wiki/svn
  Order deny,allow
  AuthType Basic
  AuthName "Trac"
  AuthLDAPURL ldap://ldap1.vih.infineon.com/ou=people,ou=vih,ou=Eng,dc=infineon,dc=com
  authzldapauthoritative Off
  require valid-user
</Location>

subversion setup (example):

cat SVNACL
[TracIndex:/]
* =  r

[ccase:/]
* =
user1 = r
user2 = rw
user3 = rw

Attachments (0)

Change History (4)

comment:1 by Emmanuel Blot, 17 years ago

Version: 0.10.4

[OT] trac.edgewall.org really needs to ask people to fill in the version field

comment:2 by anonymous, 16 years ago

Priority: normalhigh
Severity: normalblocker

any update on this? I have the same problem

comment:3 by Christian Boos, 16 years ago

Resolution: wontfix
Status: newclosed

Unless proved wrong, this is an installation/configuration issue. Most of the time, you'll reach a wider audience of people likely to have found and fixed a similar issue by asking on the MailingList.

comment:4 by Emmanuel Blot, 16 years ago

Replying to anonymous:

any update on this? I have the same problem

Changing priorities to fancy levels won't help for sure; this is not a blocker issue: blocker means that Trac cannot be used at all.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.