Having an issue with authenticating via LDAP.
Apache 2 running on windows 2008 x64
Here is my apache config
<Location /svn>
DAV svn
SVNParentPath E:/svn
SVNListParentPath On
AuthzLDAPAuthoritative off
AuthType Basic
AuthzSVNAccessFile e:/svnaccess.txt
AuthBasicProvider ldap
AuthName "secret.net"
AuthLDAPBindDN "CN=ldapsub,OU=Users,DC=do
main1,DC=n
et"
AuthLDAPBindPassword "thepassword"
AuthLDAPURL "ldap://dc4:389/DC=domain1
,DC=net?sA
MAccountNa
me?sub?(ob
jectClass=
*)"
Require valid-user
</Location>
Log shows this
[Mon Nov 02 09:29:07 2009] [warn] [client 10.1.40.9] [2700] auth_ldap authenticate: user tester2 authentication failed; URI /svn [LDAP: ldap_simple_bind_s() failed][Invalid Credentials]
[Mon Nov 02 09:29:07 2009] [error] [client 10.1.40.9] user tester2: authentication failure for "/svn": Password Mismatch