Closed (fixed)
Project:
Secure Site
Version:
6.x-2.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2008 at 11:01 UTC
Updated:
12 May 2014 at 18:26 UTC
Jump to comment: Most recent
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
Comment #1
junyor commentedWhich version of the LDAP Integration module do you have and which of the LDAP modules included with it are enabled?
Comment #2
junyor commentedAnd 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.
Comment #3
darren ohDoes LDAP authentication work without Secure Site enabled? Try logging in as a user who exists in the LDAP database but not in Drupal.
Comment #4
ctopher916 commentedI 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.
Comment #5
darren ohFixed in CVS commit 150273.