Rob Tanner wrote:
> Hi,
>
> I'm having problems with LDAP authentication. What worked in Apache
> v2.0.53 does not work in Apache v2.2.4 and I assume that the difference
> is actually between mod_auth_ldap.c and mod_authnz_ldap.c. Below is an
> example of an LDAP configuration that works with t
Ah, the missing piece: "AuthBasicProvider ldap" Thanks.
-- Rob
Ricardo Stella said the following on 03/27/2007 10:19 AM:
> Rob Tanner wrote:
>
>> Hi,
>>
>> I'm having problems with LDAP authentication. What worked in Apache
>> v2.0.53 does not work in Apache v2.2.4 and I assume that the diff
Hi,
I'm having problems with LDAP authentication. What worked in Apache
v2.0.53 does not work in Apache v2.2.4 and I assume that the difference
is actually between mod_auth_ldap.c and mod_authnz_ldap.c. Below is an
example of an LDAP configuration that works with the older server
(w/mod_auth_lda