You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by pw...@aslenv.com on 2020/10/20 20:15:39 UTC

authz question

Hello,

I have access controls in 'authz'  in the server as shown below.
#---------------------------------------------------------------------------
-------
[groups]
S8-GROUP = anne, james
T4-GROUP = bob, jill, mary


[stable8:/Projects/stable8]
~@S8-GROUP =
@S8-GROUP = rw

[test4:/Projects/test4]
~@T4-GROUP =
@T4-GROUP = rw
* =

#---------------------------------------------------------------------------
-------


--PROBLEM--
Regardless of groups  'S8-GROUP' still appears to be able to browse below
'/Projects/test4'.
Likewise 'T4-GROUP' is able to browse below '/Projects/stable8'

--QUESTION--
Shouldn't browsing be disabled for paths that are neither read nor write for
the logged-in user?

--QUESTION--
How do I make path inaccessible to users that do not have rights?



Thanks,

Peter