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

SVN+LDAP+APache Access issue.

From: sdevinen <sriharsha.work_at_gmail.com>
Date: Tue, 8 May 2012 11:49:55 -0700 (PDT)

Hi All,

I am new to SVN Administration. I am trying to setup access restriction per
repository.
for cm_qa repo, i need svn-eng-rw group to have read/write access,
svn-eng-readonly to have readonly access, and no access to anyone outside
these 2 groups.

Can you please help me with this issue
<Location /export/svn>
DAV svn
SVNParentPath /mnt/data/svn
SVNListParentPath on
SSLRequireSSL
AuthzLDAPAuthoritative off
AuthName "Protected area"
AuthType Basic
AuthBasicProvider ldap
AuthLDAPUrl "ldap://ldap.xxxxx.com/ou=People,DC=xxxxx,DC=com"
Require valid-user
</Location>

<Location /export/svn/cm_client>
require ldap-group cn=svn-xxxxx,ou=Group,dc=xxxxx,dc=com
require ldap-group cn=svn-kiev,ou=Group,dc=xxxxx,dc=com
# Require ldap-group cn=svn-eng-readonly,ou=Group,dc=xxxxx,dc=com
# Require ldap-group cn=svn-eng-rw,ou=Group,dc=xxxxx,dc=com

</Location>

<Location /export/svn/cm_qa>
DAV svn
SVNParentPath /mnt/data/svn
SVNListParentPath on
SSLRequireSSL
AuthzLDAPAuthoritative off
AuthName "Protected area"
AuthType Basic
AuthBasicProvider ldap
AuthLDAPUrl "ldap://ldap.xxxxx.com/ou=People,DC=xxxxx,DC=com"
<LimitExcept GET PROPFIND OPTIONS REPORT>
require ldap-group cn=svn-eng-readonly,ou=Group,dc=xxxxx,dc=com
</LimitExcept>
require ldap-group cn=svn-eng-rw,ou=Group,dc=xxxxx,dc=com
</Location>

Thanks in Advance
Tillu.

-- 
View this message in context: http://old.nabble.com/SVN%2BLDAP%2BAPache-Access-issue.-tp33763590p33763590.html
Sent from the Subversion Users mailing list archive at Nabble.com.
Received on 2012-05-08 20:50:27 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.