| Uwe Meyer 2006-05-23, 7:18 am |
| Hello,
i will configure the apache to use LDAP authentication.
With Apache 2.0 it works great.
In Apache 2.2 i will always get the login window. The username and Password
are correct and the user is in the LDAP Directory available!
When I insert a username and a wrong password, i can see in the error log,
that the user/pass mismatch.
When I insert a wrong username, the error log display that the username not
found in LDAP directory.
The following configuration is in the default-server.conf:
AllowOverride AuthConfig
AuthType Basic
AuthBasicProvider ldap
AuthName "Login"
AuthLDAPUrl "ldap://server1.www.de/o=company?cn?sub"
Require valid-user
The System ist a Suse 10.1 with Apache 2.2.54
Does anybody know a soloution???
Reguards
Uwe Meyer
|