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

Integrate Apache mod_auth_ldap with SVN

From: Tim Liu <tim.gangliu_at_gmail.com>
Date: 2006-11-03 10:55:29 CET

Folks,

I am new to SVN and need to authenticate SVN user to coorparate LDAP. After
Installation and setup on Apache/SVN, basice authentication and
authorization work fine. But, while turned it to LDAP, Apache fails to
start.

I am using mod_auth_ldap.so integrated with Apache release.

I read almost 155 messages in mailing list about LDAP ,read SVN book, read
apache doc and google it, but still don't figure it out. Hope people in the
list can help. thx in advance.

Steps
1. Install Apache 2.0.59 (Installer)
2. Install SVN 1.4 (binary installer)
3. copy 2 .so 1.dll from SVN to Apache modules directory
4. edit Apache conf\httpd.conf
LoadModule auth_ldap_module modules/mod_auth_ldap.so
...
LoadModule dav_svn_module "D:\ProgramFiles\Subversion\bin\mod_dav_svn.so"
LoadModule authz_svn_module
"D:\ProgramFiles\Subversion\bin\mod_authz_svn.so"
...
<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath D:\svn
</Location>
5. Fails to start Apache with System Event Log:
The Apache2 service terminated with service-specific error 1.

If i comment the following line, apache can start:
LoadModule auth_ldap_module modules/mod_auth_ldap.so

Any suggestions?

thx in advance

Tim
Received on Fri Nov 3 10:56:16 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.