Eric Covener wrote:
On Thu, Sep 3, 2009 at 7:51 AM, Staffan Bergh wrote:
Hi, I'm having a problem with authentication against our apache server.
Setup:
apache 2.2.13 on windows XP sp3
in httpd.conf
AuthName "Test"
AuthType Basic
AuthUserFile C:/test/passwd
Require valid
on failed; URI /test [ldap_simple_bind_s()
to check user credentials failed][Invalid Credentials]
[Thu Sep 03 13:42:15 2009] [error] [client 127.0.0.1] user xxx:
authentication failure for "/test": Password Mismatch
Is this a known bug, or am I doing something wrong?
Cheers /staffa