Summary | Approximate index on ldap |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | leandro.damascena (at) gmail (dot) com |
Created | 06/14/2010 (5499 days ago) |
Due | |
Updated | 03/26/2014 (4118 days ago) |
Assigned | 06/15/2010 (5498 days ago) |
Resolved | 03/26/2014 (4118 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Taken from Ben Klang
State ⇒ Resolved
commit 6a6f2a6c8fb7141574366e663cfba53fe1aa8a04
Author: Jan Schneider <jan@horde.org>
Date: Wed Mar 26 14:05:29 2014 +0100
[jan] Fix approximate search operator (Leandro Damascena
<leandro.damascena@gmail.com>,
Bug #9094).framework/Ldap/lib/Horde/Ldap.php | 2 +-
framework/Ldap/package.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/6a6f2a6c8fb7141574366e663cfba53fe1aa8a04
State ⇒ Assigned
Package LDAP has an error.
Ldap searchs using approximate indexes must be ~= and not =~.. For example:
"(&(cn=~leandro))" wrong
"(&(cn~=leandro))" right
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Approximate index on ldap
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ Yes
New Attachment: ldap_package.diff
State ⇒ Unconfirmed
Package LDAP has an error.
Ldap searchs using approximate indexes must be ~= and not =~.. For example:
"(&(cn=~leandro))" wrong
"(&(cn~=leandro))" right