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

Apache 2.0.59, SVN 1.4 and LDAP

From: Tim Liu <tim.gangliu_at_gmail.com>
Date: 2006-11-03 03:26:32 CET

Folks,

Can somebody share me a working copy of Location setion in httpd.conf for
LDAP? Appreciate it a lot.

I am trying to use LDAP server to authenticate access to SVN. I have
searched email here and try them and no Luck.

Setup
====
Apache 2.0.59
SVN 1.4

The working part without ldap is
# Subversion
<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath D:\svnrepos
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile passwd
#AuthzSVNAccessFile svnaccessfile
Require valid-user
</Location>

How to change it for LDAP?

thx

Tim
Received on Fri Nov 3 03:27:08 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.