Summary | ldap driver |
Queue | IMP |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | lalot (at) univ-aix (dot) fr |
Created | 03/11/2005 (7486 days ago) |
Due | |
Updated | 03/11/2005 (7486 days ago) |
Assigned | |
Resolved | 03/11/2005 (7486 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
have no idea what you're talking about.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ ldap driver
Queue ⇒ IMP
when filter is empty, add an uid=* If not , problems using oipenldap
(undefined filter)
(line 180)
if (empty($filter)){ # DOM
$filter='uid=*';
}