00509: Bug in authuser ldap

Summary: Bug in authuser ldap
Created: 2005-09-05 02:41
Status: Closed - fixed for 2.0.3
Category: Bug
From:
Assigned:
Priority: 5
Version: 2.0.2
OS:

Description: On line 88 of the authuser.php : if (!$sub) $attr = 'one';

I think it would be better with : if (!$sub) $sub = 'one';

if not the ldap authentication doesn't work well.


You're absolutely right -- now fixed for 2.0.3. Thanks!