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