Summary | Allow compound LDAP searches as global source filters |
Queue | Turba |
Queue Version | 2.3.1 |
Type | Enhancement |
State | Rejected |
Priority | 1. Low |
Owners | |
Requester | michaelbibby (at) gmail (dot) com |
Created | 06/30/2009 (5886 days ago) |
Due | |
Updated | 07/10/2009 (5876 days ago) |
Assigned | |
Resolved | 07/10/2009 (5876 days ago) |
Milestone | |
Patch | No |
existing configs. But I still don't understand why you can't just put
in your example filter as: ''&(xxx=yyy)(aaa=bbb)'
Do *NOT* forget to add this in document.
State ⇒ Rejected
existing configs. But I still don't understand why you can't just put
in your example filter as: ''&(xxx=yyy)(aaa=bbb)'
didn't answer my question about just not putting the outer
parentheses around your more complicated filter.
If you want to not break exist configs, you can add one more 'if'
expression, such as detect whether the ldap filter is starting with
'(' or not (maybe not a good solution).
Summary ⇒ Allow compound LDAP searches as global source filters
didn't answer my question about just not putting the outer parentheses
around your more complicated filter.
Patch ⇒ No
the parentheses if needed so that xxx=abc still works?
State ⇒ Feedback
Priority ⇒ 1. Low
If you think the patch should be applied, how about a check that adds
the parentheses if needed so that xxx=abc still works?
ldap filter like '(&(xxx=yyy)(aaa=bbb))' or '(aaa=bbb)'.
Patch ⇒ Yes
State ⇒ New
New Attachment: turbo.filter.patch
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ Filter in global ldap address book is bad (patch included)
Type ⇒ Enhancement
Priority ⇒ 3. High
ldap filter like '(&(xxx=yyy)(aaa=bbb))' or '(aaa=bbb)', so i modify
the filter, please help to review it.