[Tickets #1533] NEW: ldap driver and empty filter
bugs at bugs.horde.org
bugs at bugs.horde.org
Fri Mar 11 05:55:55 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1533
-----------------------------------------------------------------------
Ticket | 1533
Created By | lalot at univ-aix.fr
Summary | ldap driver and empty filter
Queue | Turba
Version | FRAMEWORK_3
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
lalot at univ-aix.fr (2005-03-11 05:55) wrote:
in lib/Driver/ldap.php
function _read
when filter is empty, add an uid=* If not , there is problems using
openldap
(undefined filter)
(line 180)
if (empty($filter)){ # DOM
$filter='uid=*';
}
uid=* as we are reading an entry seems not stupid and fast..
More information about the bugs
mailing list