Hi Remy,

sorry for the late reply...holidays...
On 20 Jul, 17:19, Remy Blank <remy.bl...@pobox.com> wrote:
> > 3.) The worst thing is that Trac will obey non of the svn permissions
> > given by the authz file that controls the svn access. Anybody with
> > BROWSER_VIEW will now be able to browse the WHOLE source tree
> > regardless what the svn auhtz defines. In my case I had to take away
> > BROWSER_VIEW from all anonymous users (very irritating) just I have
> > some private folders in the repo.
>
> That's surprising. Did you set "[trac] authz_file" and "[trac]
> autz_module_name" correctly in trac.ini? Do you use multiple
> repositories? Are your repositories named the same in Trac and in the
> authz file?

My trac.ini states:
---8<---
[trac]
authz_file = /home/svn/
svn_authz
authz_module_name = projects
---8<---

and svn_authz looks like this:

---8<---
[projects:/]
* =
@observers = r
@webdevs = rw

#### foo ####
[projects:/foo]
* = r

#### bar ####
[projects:/bar]
* =
@observers = r
---8<---

But anonymous user with BROWSER_VIEW will be able to browse "projects:/
bar" none the less. :(

I can't really see an error in that configuration (and also this
configuration worked under 0.11.x fine)

Thanks again,
HeX

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to trac-...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en.

Reply via email to