After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 311884 - Make LDAP search filter configurable
Make LDAP search filter configurable
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: Contacts
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: evolution-addressbook-maintainers
Evolution QA team
: 259117 314259 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-07-28 18:12 UTC by Carsten Guenther
Modified: 2013-09-10 13:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for both evolution and e-d-s to make the filter configurable and using it. (45.24 KB, patch)
2005-10-21 06:53 UTC, Sushma Rai
none Details | Review

Description Carsten Guenther 2005-07-28 18:12:18 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.
Comment 1 Sushma Rai 2005-08-24 10:08:12 UTC
*** Bug 314259 has been marked as a duplicate of this bug. ***
Comment 2 Sushma Rai 2005-08-26 06:43:00 UTC
*** Bug 259117 has been marked as a duplicate of this bug. ***
Comment 3 Sushma Rai 2005-10-10 05:08:02 UTC
*** Bug 318227 has been marked as a duplicate of this bug. ***
Comment 4 Sushma Rai 2005-10-21 06:53:37 UTC
Created attachment 53717 [details] [review]
Patch for both evolution and e-d-s to make the filter configurable and using it.
Comment 5 Sushma Rai 2005-10-22 08:05:54 UTC
Committed the patch to cvs head.