#2453: authz requires more access then needed
-------------------------------+--------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  jonas    
     Type:  defect             |       Status:  closed   
 Priority:  normal             |    Milestone:           
Component:  browser            |      Version:  0.9      
 Severity:  normal             |   Resolution:  duplicate
 Keywords:  authz              |  
-------------------------------+--------------------------------------------
Changes (by mgood):

  * status:  new => closed
  * resolution:  => duplicate

Comment:

 First of all, you need to use a "/" at the beginning of the paths names in
 the authz file, so `[repo1:project1]` should be `[repo1:/project1]`.
 Also, even if you've given access to the "/project1" directory, Trac will
 deny access to the root folder of the repository since you have not given
 any users access to it.  This behavior is the same as SVN's enforcement of
 the authz permissions.

 I think that using the repository subpath is an appropriate choice for
 what it looks like you're doing.  However, I think that the reason you
 disabled the authz config is due to the problem reported in #2477, so I'm
 going to close this ticket as a duplicate of that issue.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2453>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to