Hello Matteo,I think you got two errors in your configuration:Require valid-usermust beRequire ldap-userĀ if you use LDAP-Authentication.And since Apache 2.2.0 You have to tell apache which basic provider to use:AuthBasicProvider ldapmaybe this helps...kind regardsAm 24.04.2006 um 17:53 schrieb Matt
Hi Matteo,
I've run into the same error, here's an example config that works for us:
AuthType Basic
AuthName "LDAP Auth"
AuthBasicProvider ldap
AuthLDAPBindDN cn=blah,dc=blah2,dc=blah3
AuthLDAPBindPassword ""
AuthLDAPURL "ldaps://similar to yours"
AuthzLDAPAuthoritative off
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I posted the same question on alt.apache.configuration some time ago
but got
no answer and decided to try also here.
I am setting up a test server with apache 2.2.0 and having trouble
with LDAP
authentification.
This is (or was in 2.0) my