I'm running SOGo 1.3.2 on debian lenny. I upgraded to the TB nightly extensions about a week ago (to fix the foreign calendar accept/reject bug). I'm now noticing that my public address book is listed as an addressbook in the TB addressbooks section, but search never finds any contacts (typed "." into search list get 0 contacts). Additionally, auto-complete on emails now does not use any names from that public addressbook. In TB clicking on properties of that addressbook lists the url as:

https://server.com/SOGo/dav/username/Contacts/public/

Webmail works fine, as did everything earlier, so I'm guessing this is a bug in the nightly extensions. In case it is relevant, here's my ldap config for that shared addressbook:

 SOGoUserSources = (
            {
                ...
<authentication config>
                 ...
            },
            {
                CNFieldName = cn;
                IDFieldName = cn;
                UIDFieldName = uid;
                baseDN = "ou=people,dc=server";
                bindDN = "cn=sogo,dc=server";
                bindPassword = *******;
                canAuthenticate = NO;
                displayName = "CompanyName";
filter = "(objectClass=groupOfNames or objectClass=inetOrgPerson)";
                hostname = localhost;
                id = public;
                isAddressBook = YES;
                port = 389;
            }


Thanks,

Ben
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to