Ticket #298 (closed Bug report: fixed)
ldap problems after svn
Reported by: | anonymous | Owned by: | drazzib |
---|---|---|---|
Priority: | low | Milestone: | WifiDog Auth Server 1.1 |
Component: | Auth server, Authentication, permissions and access control | Version: | |
Keywords: | Cc: |
Description
Not sure if this is a bug or not... I did a svn up today (7th Feb 2007) after which my ldap authentication failed with the error below. The error was due to dependencies check LDAP returning an error that LDAP wasn't a valid index. I changed line 154 o/var/www/wifidog-auth/wifidog/classes/Dependencies.php from ldap to LDAP and this fixed the problem.... It being a long time since I programmed this may or may not have been the correct thing to do....
Ruairi
Fatal error: Uncaught exception 'Exception' with message 'Component not found' in /var/www/wifidog-auth/wifidog/classes/Dependencies.php:323 Stack trace: #0 /var/www/wifidog-auth/wifidog/classes/Authenticators/AuthenticatorLDAP.php(243): Dependencies::check('LDAP', ) #1 /var/www/wifidog-auth/wifidog/login/index.php(201): AuthenticatorLDAP->login('XXXXXXX', 'XXXXXXXX', ) #2 {main} thrown in /var/www/wifidog-auth/wifidog/classes/Dependencies.php on line 323