On Mon, Dec 3, 2012 at 10:11 AM, Roman Gelfand <[email protected]> wrote:

> Here is my .htaccess file...
>
> AuthName "DSPAM Authentication"
> AuthType Basic
> AuthBasicProvider ldap
> AuthzLDAPAuthoritative on
> AuthLDAPURL "ldap://somehost:389/ou=People,dc=domain,dc=com";
> require valid-user
>
> It is able to retrieve the user, but it is not checking the password.
>
> Any help is appreciated
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
> Have you checked if it is working when ran manually with ldapsearch? What
happens if you put

        AuthBasicAuthoritative off
        AuthzLDAPAuthoritative off

Reply via email to