Just for people having problems getting it to work:

I started using a domain name of quite a large ad forest. You will get a redirect to one of the other servers, which in my case where not reachable sometimes, leading to a non functioning ldap integration.

When the ldap connection fails, new users cannot login even if they where created as normal Drupal ones (this in mixed mode with the option to logout on conflicts). It seems like when a user is a full drupal account ldap always tries too.

Thus if the connection fails this seems not to be handled in a way one would expect (the Drupal account is honoured).

Comments

miglius’s picture

From the configuration:

"Mixed mode. The LDAP authentication is performed only if Drupal authentication fails"

So when a drupal authentication fails and ldap server is down, how can the user be authenticated?

wvd_vegt’s picture

Hi,

The problem was that they where real drupal users. So that should have been authenticated. But due to the AD failure (my fault) the iintegration module just flagged them as AD ones.

miglius’s picture

Category: bug » support
cgmonroe’s picture

Status: Active » Closed (fixed)

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