LDAP
From: Snay, Marc <Marc.Snay_at_turner.com>
Date: 2006-09-11 16:31:27 CEST
Hi,
I am a new subscriber to the mailing list, so please forgive me if this
I am trying to configure my Subversion 1.3 running on Ubuntu 6.06 to use
The error message I get is:
[Mon Aug 21 15:08:41 2006] [warn] [client xxx.xxx.xxx.xxx] [18875]
Here is a snippet of my apache2 conf file that deals with setting up the
<Location /svn>
DAV svn
SVNPath /repository
AuthType Basic
Options Indexes FollowSymLinks
AllowOverride None
order allow,deny
allow from all
AuthName "SVN Repository"
AuthLDAPURL "ldap://servername.company.com:389/"
AuthLDAPBindDN
AuthLDAPBindPassword "xxxxx"
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
</Location>
My problem might be specific to my company in the CN and DC names, but
Any ideas?
Thanks,
Marc
|
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.