Bug 165594
| Summary: | When Autocompletion is checked for LDAP it does not work | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthew Wright <matthew.wright2> | ||||
| Component: | evolution | Assignee: | Dave Malcolm <dmalcolm> | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2005-10-09 09:30:35 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Matthew Wright
2005-08-10 17:29:25 UTC
*** Bug 165595 has been marked as a duplicate of this bug. *** Thanks for this report. FWIW, this appears to be working for me in rawhide: evolution-2.3.7-1 IIRC, Evolution's autocompletion code only kicks in after 3 or more characters have been typed. If you use Ethereal or a similar tool, is Evolution actually sending any LDAP queries to the server when you try autocompleting? Also, is Evolution in "online" mode? Code was added recently that tries to make an offline cache of LDAP addressbooks; can't remember off the top of my head if that made it into FC4's Evolution. Unable to test with rawhide at the moment sorry :( My version is FC4 uptodate Evolution 2.2.3 evolution-2.2.3-2.fc4 and evolution-data-server-1.2.3-2.fc4 I have the following settings Edit | Preferences | Autocompletion | Personal = Unchecked (Off) Edit | Preferences | Autocompletion | on LDAP Servers | MyLDAPtest = CHECKED (on) Under Contacts Right button Properties on MyLDAPtest General Tab Name = MyLDAPtest copy book content locally for offline operation = unchecked (off) Mark as default folder = on (I have tested this with on and off both fail) Server = localhost Port = 389 user secure connection = Never Login Method = using Email address Login Matthew.wright2 password is matt and saved ------------- Details tab DC=vic,dc=greens,dc=org,dc=au Search scope = Sub Timeout 5 mins Download limit 100 cards Just to confirm problem, autocompletion is when you type directly into the To Field in the Compose a message window I can search teh LDAP database if I click on the To: button. That is all working fine. Are you able to test at your end? created upstream gnome bugzilla report http://bugzilla.gnome.org/show_bug.cgi?id=313673 And have found that this problem stil occurs in 2.3.6.1 (rawhide version of Evolution). I don't seem to be getting the latest update in my rawhide, i'll check the yum.conf Created attachment 117859 [details]
e-d-s started from putty console
Ran e-d-s from console as requested, started evolution, created a new mail
message
then started entering a name. As you can see LDAP database was queried however
no name resolutin ocurred int the To field of the email as I typed it.
From upstream bug report http://bugzilla.gnome.org/show_bug.cgi?id=313673#c2 This fix at 311684 is committed to cvs head. And for me autocompletion works with LDAP backend. Can you start evolution-data-server in a seperate console and look for the debug messages printed there while querying LDAP server? Also, searching for a contact in LDAP book works for you? ------- Additional Comment #3 From Sushma Rai 2005-08-20 10:31 UTC ------- I'll commit the fix for 311684 for 2.2 stable branch also. closing the bug. Please reopen if needed, with the details. (the reference to 311684 in copy of comment in comment 7 is the upstream version of our bug 165269; and isn't relevant anymore: it's the crasher that was fixed; we're still at the debugging stage with this one, AFAIUI) I doublechecked this, and autocompletion is working against LDAP with rawhide evolution/e-d-s (2.3.8/1.3.8). I had to be careful to turn it off for the local addressbook, since the bbdb plugin tends to populate your local addressbook with stuff from the LDAP store This is confirmed working. I have since got it working, the final problem was a configuration issue with my LDAP. Thanks for the update. |