Hi list,
I’m experiencing problems checking out my repository via http.
I have setup apache to check against active directory group membership,
as below.
Running on Centos 4.3, with subversion 1.4.6 and apache 2.0.52.
The error I get from my client, whether TortoiseSVN or RapidSVN or from
commandline on linux:
Error: REPORT request failed on '/svn/devel/!svn/vcc/default'
Error: Not authorized to open root of edit operation
When I browse through the repository via a web browser I am asked to
authenticate, but not when I try to check out a repository.
This is the subversion.conf file:
<Location /svn/devel>
DAV svn
# Limit write and view permission to list of valid users.
<LimitExcept PROPFIND OPTIONS REPORT>
SVNPath /var/www/svn/devel
AuthType Basic
AuthName "Subversion Repository"
AuthLDAPBindDN "CN=ldap_query_user,OU=Users,OU=Domain
Users,DC=com,DC=domain,DC=com"
AuthLDAPBindPassword "pasword"
AuthLDAPURL "ldap://server.domain.com:389/OU=Domain
,DC=domain,DC=com?sAMAccountName?sub?(objectCategory=person)(objectClass=user)"
Require group CN=svn_group1,OU=Groups,OU=Domain
Users,DC=com,DC=domain,DC=com
</LimitExcept>
</Location>
On the server the error I see is:
[Thu Mar 27 11:50:14 2008] [error] [client 172.18.3.34] A failure
occurred while driving the update report editor [500, #220000]
[Thu Mar 27 11:50:14 2008] [error] [client 172.18.3.34] Not authorized
to open root of edit operation [500, #220000]
I’m I doing something completely wrong here? I can browse the repository
via http://server.domain.com/svn/devel but am unable to do anything else.
kind regards,
peter
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-27 17:11:07 CET