Active
Project:
LDAP integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2009 at 16:25 UTC
Updated:
6 Aug 2011 at 19:23 UTC
Hi,
I'm currently having problems with LDAP authentication which are being made just that bit more frustrating because the error messages being logged to watchdog are a bit confusing, for example, the comment here explains that the LDAP data connection problem might be because of no/incorrect username/password, but the error message is generic (In ldapdata.module, function _ldapdata_edition()):
//blank username - log to watchdog in case the admin doesn't realise their LDAP Data has no user/pass
watchdog('ldapdata', "User data synchronisation: : user %name's data could not be read in the LDAP directory", array('%name' => $user->name), WATCHDOG_WARNING);
I realise this might seem like a minor issue, but this is probably the first (and sometimes the only) error message an administrator has to go on when diagnosing problems with LDAP authorisation.
Thanks in advance for any help anyone can provide with this!
Best regards,
Alex
Comments
Comment #1
johnbarclay commented