I'm using LDAP integration module with HTTP/NLTM patch. Everything works fine, except the fact that anonymous users get unrecognized username or password messages. Strange thing is that they get multiple of these messages (on single page). I believe that it is caused by access rights on blocks made by views.

So basically: Can ldap_auth module work with anonymous users? Is there any special settings? Anybody experienced similar problems using this patch?

Comments

picca’s picture

Status: Active » Patch (to be ported)

Looks like I was able to find solutio by myself: http://drupal.org/node/324732#comment-2945694.

christian_m’s picture

ldap_auth should only kick in when users try to login. Anonymous users should not have to login.
Or maybe I don't understand what you are trying to achieve....

But I don't use that HTTP/NTLM patch so it may behave strangely.

cgmonroe’s picture

Status: Patch (to be ported) » Closed (fixed)

Clearing out old support requests - reopen if problem still exists in newest code