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