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

Subversion, HTTPD and LDAP - Help Please!

From: Patricia A Moss <pmoss4_at_csc.com>
Date: Wed, 15 Apr 2009 07:38:36 -0400

Does anyone have experience with getting subversion, apache and LDAP
configured?
I've been trying, for quite a while now to get svn 1.6 and apache 2.2.11
configured. I am now running into the issue of, when I try to start
apache, I get the following error:
# service httpd start
Starting httpd: Syntax error on line 11 of
/usr/local/apache2/conf/extra/testA.conf:
Invalid command 'AuthBasicProvider', perhaps misspelled or defined by a
module not included in the server configuration
                                                           [FAILED]

Here is how I configured apache:
./configure --enable-modules=all --enable-mods-shared=all
--enable-authn-dbm --enable-authn-alias --enable-authz-dbm
--enable-authnz-ldap --enable-deflate --enable-logio --enable-mime-magic
--enable-version --enable-ssl --enable-http --enable-dav --enable-cgi
--enable-cgid --enable-dav-fs --enable-dav-lock --enable-vhost-alias
--enable-ldap --with-ldap --with-included-apr --prefix=/usr/local/apache2

Here is my testA.conf file:

<Location /testA>
dav svn
SVNPath /disk01/home/testA
#SVNParentPath /disk01/home/testA
#SVNListParentPath on
AuthzSVNAccessFile /var/www/testA-access.conf
AuthType Basic
AuthBasicProvider ldap
AuthzLDAPAuthoritative off
AuthName "CSC Subversion Repository"
AuthLDAPBindDN FCGNET\accountname
AuthLDAPBindPassword password
AuthLDAPURL
ldap://pant04.fcg.com:3268/DC=fcg,DC=com?samAccountName?sub?(objectCategory=person)
Require valid-user
Options Indexes FollowSymLinks
order allow,deny
allow from all
</Location>

PATI MOSS
System Engineer Sr. Professional
CSC

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1725909

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-15 13:39:44 CEST

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.