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

Read-Only Access

From: Patricia A Moss <pmoss4_at_csc.com>
Date: Mon, 19 Oct 2009 09:48:26 -0400

I am attempting to allow a single group access to a repository and to make
that access read-only. Here is my config file; however, it does not seem
to be making the group read-only. The members of the group can still
commit and make changes. Can someone tell me what I am missing? Thanks.

<Location /ProdDev>
dav svn
SVNPath /disk01/home/ProdDev
AuthType Basic
AuthBasicProvider ldap
AuthzLDAPAuthoritative off
AuthName "CSC Subversion Repository"
AuthLDAPBindDN FCGNET\xxxxxxx
AuthLDAPBindPassword xxxxxxx
AuthLDAPURL
ldap://pant04.fcg.com:3268/DC=fcg,DC=com?samAccountName?sub?(objectCategory=person)
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require ldap-group CN=FCG LS Product
Development,OU=U.S.,OU=Groups,DC=fcg,DC=com
</LimitExcept>
</Location>

PATI MOSS
System Engineer Sr. Professional
CSC

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2408970

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-19 15:52:09 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.