View Issue Details

IDProjectCategoryView StatusLast Update
0000494SOGo Integratorpublic2010-03-16 15:08
Reportermark Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0000494: 2nd LDAP source for address book only Won't search from thunderbird
Description

I've set this up and it works in the web interface just fine, however I
can't get thunderbird to search it. I'm using the latest nightly, with
openldap and connector+integrator. The address book shows in the
Thunderbird Address Book list, but will not show any contacts when you
search in it.

I'm using the following SOGo conf in "SOGoUserSources"

        {
            CNFieldName = cn;
            IDFieldName = uid;
            IMAPHostFieldName = mailHost;
            UIDFieldName = uid;
            baseDN = "dc=addresses,dc=domain,dc=com";
            canAuthenticate = NO;
            displayName = "Office Addresses";
            isAddressBook = YES;
            id = addresses;
            hostname = 10.0.0.20;
            port = 389;
        },

the id is seperate to the auth id (public), and as stated it works in
the web interface. Also if I add the directory to Thunderbird manually
as a standard LDAP address book it works fine.

When searching from the web interface I get the following in the log

127.0.0.1 - - [15/Mar/2010:12:48:19 GMT] "POST
/SOGo/so/user.name/Contacts//addresses/view?noframe=1&search=name_or_address&value=t&sort=c_cn&asc=true
HTTP/1.1" 200 6584/0 0.272 73645 91% 0

when searching from thunderbird I get the following in the log

127.0.0.1 - - [15/Mar/2010:12:50:25 GMT] "REPORT
/SOGo/dav/user.name/Contacts/addresses/ HTTP/1.1" 207 127/333 0.108

    • 0
Additional Information

I've also set the sogo-integrator auto-complete to use "addresses" but this doesn't work either. Looks like something incorrect in the way the sogo integrator or connector provides the ldap source to thunderbird.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2010-03-16 15:08 mark New Issue