You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Clyde Jones <cj...@exelixis.com> on 2009/10/23 00:21:40 UTC

Setting directory permissions when using Apache server

Hi
 I have successfully setup Subversion with LDAP using the wonderful
directions here
http://pteropus.blogspot.com/2008/04/securing-subversion-via-ldap.html

Does anyone have the combination of methods that will allow read-only
access to a tree?

I want to give the primary group full access, another group read-only
access, and remove everyone else's access.

Currently I have:

<Location /svn/main/>
    <LimitExcept MERGE MKCOL POST PUT DELETE PATCH PROPPATCH>
        Require group CN=Mygroup,OU=Security,DC=mycompany,DC=com
    </LimitExcept>
</Location>

This gives everyone read-only access, and mygroup full access.

We are running Subversion 1.5.5

Thanks!!

--
Clyde Jones
R&D Informatics 
Senior Operations Developer
cjones@exelixis.com
Exelixis Inc
650 837 7085 Office
650 228 4699 Cell

This email (including any attachments) may contain material
that is confidential and privileged and is for the sole use of
the intended recipient. Any review, reliance or distribution by
others or forwarding without express permission is strictly
prohibited. If you are not the intended recipient, please
contact the sender and delete all copies.
Exelixis, Inc. reserves the right, to the extent and under
circumstances permitted by applicable law, to retain, monitor
and intercept e-mail messages to and from its systems.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].