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

Cant checkout repository with http and ldap authentication

From: Peter Snauwaert <petersnauwaert_at_telenet.be>
Date: Thu, 27 Mar 2008 12:31:36 +0100

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

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.