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

Access rules (AuthzSVNAccessFile) without redundancy?

From: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Tue, 7 Apr 2009 19:59:24 +0400

Greetings, All!

It is possible to have AuthzSVNAccessFile rules applied without redundant
bloating of that file?
I already have my users authenticated against given group in users registry

<IfModule sspi_auth_module>
    Allow from all

    AuthName "Subversion repository"
    AuthType SSPI
    SSPIAuth On
    SSPIAuthoritative On
    SSPIOfferBasic On
    SSPIOmitDomain On
    SSPIUsernameCase lower
    SSPIBasicPreferred On

    # only developers may access the repository
    Require group "DAEMON1\CVS"

    # And they should obey to SVN user permissions file
    <IfModule authz_svn_module>
        AuthzSVNAccessFile "C:/home/svn/.registry"
    </IfModule>
</IfModule>

But I need to make one user to have only read-only access, so i can use it
for exports... with relative safety.
It is possible to do without hooks, using only authorization/authentication
mechanisms?
I've tried

[/]
* = rw
svnprojects = r

But "* = rw" takes precedence over specific user rights :/

-- 
WBR,
 Andrey Repin (anrdaemon_at_freemail.ru) 07.04.2009, <19:52>
Sorry for my terrible english...
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1579163
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-07 18:01:54 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.