I only worked through this enough to figure out how to patch it for my environment.
From what I can tell, the class is instantiated for a variety of LDAP lookups.
Without setting it up the LDAP connection the class would fail to produce anything meaningful after, for example the call to
if ...
Search found 3 matches
- Mon Dec 20, 2010 9:21 pm
- Forum: Bug reports
- Topic: Ldap.php error checks
- Replies: 4
- Views: 5684
- Mon Dec 20, 2010 7:05 pm
- Forum: Bug reports
- Topic: Ldap.php error checks
- Replies: 4
- Views: 5684
Re: Ldap.php error checks
I'll check it... but I don't see line 269 in ./inc/Ldap.php.
Must have been a Friday thing, it's not line 269. I managed to a) add a 2 b) switch the 6 and the 9.
Sorry.
Here is more complete code snippet (around line 96)
88 public function __construct($ldap_server, $ldap_port, $ldap_base ...
Must have been a Friday thing, it's not line 269. I managed to a) add a 2 b) switch the 6 and the 9.
Sorry.
Here is more complete code snippet (around line 96)
88 public function __construct($ldap_server, $ldap_port, $ldap_base ...
- Fri Dec 17, 2010 10:44 pm
- Forum: Bug reports
- Topic: Ldap.php error checks
- Replies: 4
- Views: 5684
Ldap.php error checks
We use Novells eDirectory, but I imagine the same issue applies to OpenLDAP or any non Active Directory LDAP server
VERSION: 2.6.13 (current stable)
ISSUE: LDAP Authentication fails
I've worked around the issue, but it's a crude workaround. Hopefully this is of use to someone.
FILE: ./inc/Ldap ...
VERSION: 2.6.13 (current stable)
ISSUE: LDAP Authentication fails
I've worked around the issue, but it's a crude workaround. Hopefully this is of use to someone.
FILE: ./inc/Ldap ...