You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Cesar Tominaga <ct...@gmail.com> on 2006/03/21 19:50:53 UTC

SVN Apache LDAP and WSAD 5.1

Hi guys,
Im using svn 1.3.0 with Apache 2.0.55 and the authentication with sspi
module. I have created a repository and i can successfully access it using a
web browser, but when i try to checkout that repository into my WSAD
workspace using subeclipse i get two errors:
1. A pop up message from the WSAD 5.1:
   Error validating location: "org.tigris.subversion.javahl.ClientException":
Authorization failed.
   svn:PROPFIND request failed on '/svn/MyRepository/Development/trunk'
   svn:PROPFIND of '/svn/MyRepository/Development/trunk': authorization
failed (http://localhost:8080)

2. In the WSAD - SVN Console:
    ***
    list -r HEAD http://localhost:8080/svn/MyRepository/Development/trunk
    Authorization failed
    svn:PROPFIND request failed on '/svn/MyRepository/Development/trunk'
svn:PROPFIND of '/svn/MyRepository/Development/trunk': authorization failed
(http://localhost:8080)

Has anybody experienced anything like this?
Is there any way to authenticate SVN users in windows other than
svnauthentication file or sspi module??
I couldnt set up my svn + apache combo to work with LDAP (Active Directory),
but i works almost fine with sspi.

please help with this...thanks
best regards!
Cesar Tominaga