| 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 ![]() |
| Milestone | |
| Patch | Yes |
State ⇒ Assigned
Package LDAP has an error.
Ldap searchs using approximate indexes must be ~= and not =~.. For example:
"(&(cn=~leandro))" wrong
"(&(cn~=leandro))" right
State ⇒ Unconfirmed
New Attachment: ldap_package.diff
Patch ⇒ 1
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Approximate index on ldap
Type ⇒ Bug
Priority ⇒ 2. Medium
Package LDAP has an error.
Ldap searchs using approximate indexes must be ~= and not =~.. For example:
"(&(cn=~leandro))" wrong
"(&(cn~=leandro))" right