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

Subversion, Apache, and LDAP

From: Clark Ritchie <clark_ritchie_at_hotmail.com>
Date: 2006-07-18 00:02:40 CEST

I've spent the better part of 2 days now trying to get Subversion, Apache, and LDAP to play nicely. Best I can tell Apache is not even attempting to contact my LDAP server.This is Apache 2.2 compiled from the ports tree on FreeBSD 6.1.Any tips? <Location /svn> DAV svn SVNPath /svn/repository AuthType Basic AuthName "Subversion Repository" AuthLDAPURL ldap://aa.bb.cc.dd:636/OU=Staff,dc=our-domain,dc=com?uid?sub?(objectClass=*) AuthLDAPBindDN "cn=LDAP,ou=Staff,dc=domain,dc=our-domain,dc=com" AuthLDAPBindPassword secret require valid-user</Location>When I hit http://mysite/svn and login as 'myuserid', this is all I see in the logfile:[Mon Jul 17 14:53:29 2006] [error] [client 192.168.10.65] access to /svn/ failed, reason: verification of user id 'myuserid' not configured
_________________________________________________________________
Express yourself: design your homepage the way you want it with Live.com.
http://www.live.com/getstarted
Received on Tue Jul 18 02:31:56 2006

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.