I habe the module "ldap_integration" and all users are authenticated against LDAP, besides admin (user/1)
HTTP auth is forced, no digest, just basic auth.

When I go to the site, i get the username/password window - and no matter what combination I try (even the built-in admin which is not auth'ed against LDAP) is not allowed - error:
Fatal error: Call to undefined function ldapauth_authenticate() in /var/www/wdb/sites/all/modules/securesite/securesite.inc on line 167

I commented out the ldap if tree around line 167 and used normal auth - it worked again - but LDAP seems broken.
But maybe this is a LDAP issue, not securesite ones.

Comments

junyor’s picture

Status: Active » Postponed (maintainer needs more info)

Which version of the LDAP Integration module do you have and which of the LDAP modules included with it are enabled?

junyor’s picture

And will you please clarify which version of Secure Site you're using? This issue was filed against 6.x-1.x-dev, but it looks like it's about the 6.x-2.x-dev or 6.x-2.0 version.

darren oh’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev

Does LDAP authentication work without Secure Site enabled? Try logging in as a user who exists in the LDAP database but not in Drupal.

ctopher916’s picture

Version: 6.x-2.x-dev » 6.x-2.0

I am having the same issue using 6.x-2.0. I am able to login through LDAP Integration when not using Secure Site. But I get the same error when I try to force authentication through Secure Site. I have tried logging in as a normal Drupal user (fails with 'undefined function' error), a Drupal user who authenticates through LDAP (fails with 'undefined function' error), and a user who exists in LDAP but not in Drupal (get 'user not recognized' response).

I am using LDAP Integration 6.x-1.0-alpha2, with only the Authentication Module enabled.

I am a new Drupal user.

darren oh’s picture

Status: Postponed (maintainer needs more info) » Fixed

Fixed in CVS commit 150273.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

  • Commit 61543fe on 6.x-2.x, 7.x-2.x, 8.x-1.x by Darren Oh:
    #330367: Added note about LDAP Integration compatibility being fixed in...