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

Apache, Red Hat Ent Lnx 4 and LDAP

From: Tim Liu <tim.gangliu_at_gmail.com>
Date: 2006-11-08 09:25:41 CET

Dear Folks,

I config LDAP/Apache/SVN to work in windows. Pretty cool. thx help from the
board.

When I port similar LDAP setup to Apache/Red Hat Ent Lnx4, LDAP is not
working. Here is apache log error_log. thx for your help

Apache log
=========
[Tue Nov 07 16:28:01 2006] [notice] suEXEC mechanism enabled (wrapper:
/usr/sbin
/suexec)
[Tue Nov 07 16:28:01 2006] [notice] Digest: generating secret for digest
authent
ication ...
[Tue Nov 07 16:28:01 2006] [notice] Digest: done
[Tue Nov 07 16:28:01 2006] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Tue Nov 07 16:28:01 2006] [notice] LDAP: SSL support unavailable
[Tue Nov 07 16:28:02 2006] [notice] Apache/2.0.59 (Unix) DAV/2 SVN/1.1.4
configu
red -- resuming normal operations

httpd.conf
=======
<Location /svn>
DAV svn
#SVNListParentPath on
SVNParentPath /var/subversion/repository

<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
AuthType Basic
AuthLDAPURL ldap://...
AuthName "Subversion repositories"

AuthzSVNAccessFile /auto/.../subversion/repository/csmrepos/conf/authz
</Location>

The same Location secion as windows.

thx a lot

Tim
Received on Wed Nov 8 09:26:23 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.