GNOME Bugzilla – Bug 311884
Make LDAP search filter configurable
Last modified: 2013-09-10 13:41:38 UTC
The search filter that is used when searching a LDAP source is currently hard-coded in addressbook/backends/ldap/e-book-backend-ldap.c: (objectclass=person) This will limit the search results to person entries although you usually also have groups/mailing-lists in a directory. Those can not be searched because of above search filter. It would be good if a search filter could be specified in the source definition.
*** Bug 314259 has been marked as a duplicate of this bug. ***
*** Bug 259117 has been marked as a duplicate of this bug. ***
*** Bug 318227 has been marked as a duplicate of this bug. ***
Created attachment 53717 [details] [review] Patch for both evolution and e-d-s to make the filter configurable and using it.
Committed the patch to cvs head.