[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

authz question

From: <pwillis_at_aslenv.com>
Date: Tue, 20 Oct 2020 13:15:39 -0700

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
Received on 2020-10-20 22:15:49 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.