[#9094] Approximate index on ldap
Summary Approximate index on ldap
Queue Horde Framework Packages
Queue Version Git master
Type Bug
State Assigned
Priority 2. Medium
Owners Ben Klang <ben (at) alkaloid (dot) net>
Requester leandro (dot) damascena (at) gmail (dot) com
Created 06/13/2010 (88 days ago)
Due
Updated 06/15/2010 (86 days ago)
Assigned 06/15/2010 (86 days ago)
Resolved
Attachments ldap_package.diff Download
Milestone
Patch Yes

History
06/15/2010 Jan Schneider Assigned to Ben Klang
State ⇒ Assigned
 
06/13/2010 leandro (dot) damascena (at) gmail (dot) com Comment #2 Reply to this comment
I'm using Openldap 2.4.21.
Using approximate fields in Turba (turba/config/sources.php) the 
Package LDAP has an error.

Ldap searchs using approximate indexes must be ~= and not =~.. For example:
"(&(cn=~leandro))" wrong
"(&(cn~=leandro))" right
06/13/2010 leandro (dot) damascena (at) gmail (dot) com Comment #1
State ⇒ Unconfirmed
New Attachment: ldap_package.diff Download
Patch ⇒ 1
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Approximate index on ldap
Type ⇒ Bug
Priority ⇒ 2. Medium
Reply to this comment
Using approximate fields in Turba (turba/config/sources.php) the 
Package LDAP has an error.

Ldap searchs using approximate indexes must be ~= and not =~.. For example:
"(&(cn=~leandro))" wrong
"(&(cn~=leandro))" right