Relationship Graph

Relationship Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0000829SOGoBackend Calendarpublic2010-11-09 20:35
Reporteralessio Assigned Toludovic  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Product Version1.3.1 
Summary0000829: Auto-complete attendees not search in LDAP address book
Description
  • i have a list of contacts in LDAP addressbook
  • i create an event and i want add attendees
  • i digit 3-4 characters on attendees list
  • auto-complete doesn't works
  • if i put some contacts on personal addressbook, it works, but i need that auto-complete search in LDAP address book.

On web it works correctly

TagsNo tags attached.

Relationships

related to 0000782 resolvedludovic SOGo No contacts on ldap addressbook with addon tb 3.1 
related to 0002323 closed SOGo Connector Unable to save addressbook preference on Thunderbird 

Activities

alessio

alessio

2010-09-13 09:47

reporter   ~0001433

I have find this

  • Remote Addressbook option (Composition -> Addressing -> Directory Server) doesn't save configurations
  • if i select Users, auto-complete works
  • if i reboot Thunderbird i lost configuration: Directory Server: nothing
  • if i select Users, auto-complete doesn't works

Thunderbird without sogo addons doesn't have this beaviour

ludovic

ludovic

2010-09-14 18:39

administrator   ~0001445

Are you using SOGo Integrator?

If so, show your site.js configuration file together with your GNUstep defaults for SOGo.

alessio

alessio

2010-09-15 07:28

reporter   ~0001465

{
NSGlobalDomain = {
};
sogod = {
NGUseUTF8AsURLEncoding = YES;
OCSFolderInfoURL = "mysql://sogo:**@localhost/sogo/sogo_folder_info";
SOGoACLsSendEMailNotifications = NO;
SOGoAppointmentSendEMailNotifications = YES;
SOGoAppointmentSendEMailReceipts = YES;
SOGoAuthenticationMethod = LDAP;
SOGoDraftsFolderName = Drafts;
SOGoEnablePublicAccess = YES;
SOGoFoldersSendEMailNotifications = NO;
SOGoIMAPServer = localhost;
SOGoMailDomain = nethesis.it;
SOGoMailingMechanism = smtp;
SOGoProfileURL = "mysql://sogo:*****@localhost/sogo/sogo_user_profile";

 SOGoSMTPServer = localhost;
    SOGoSentFolderName = Sent;
    SOGoSuperUsernames = (
        admin
    );
    SOGoTimeZone = Europe/Rome;
    SOGoTrashFolderName = Trash;
    SOGoUserSources = (
        {
            CNFieldName = cn;
            IDFieldName = uid;
            UIDFieldName = uid;
            baseDN = "ou=Users,dc=nethesis,dc=it";
            bindFields = uid;
            canAuthenticate = YES;
            displayName = "Users";
            hostname = localhost;
            id = users;
            isAddressBook = YES;
            port = 389;
            type = ldap;
        },
        {  
            CNFieldName = cn;
            IDFieldName = cn;
            UIDFieldName = cn;
            baseDN = "ou=Groups,dc=nethesis,dc=it";
            bindFields = cn;
            canAuthenticate = YES;
            displayName = "Groups";
            hostname = localhost;
            id = groups;
            isAddressBook = YES;
            port = 389;
            type = ldap;
        }
    );
    WOMessageUseUTF8 = YES;
    WOParsersUseUTF8 = YES;
    WOPort = 127.0.0.1:20000;
    WOUseRelativeURLs = YES;
};

}

pref("sogo-integrator.disable-calendaring", false);
pref("sogo-integrator.autocomplete.server.urlid", "public");
pref("javascript.options.showInConsole", true);
pref("nglayout.debug.disable_xul_cache", true);
pref("browser.dom.window.dump.enabled", true);
pref("javascript.options.strict", true);
pref("sogo-connector.autoComplete.commentAttribute", "notes");
pref("calendar.alarms.showmissed", false);
pref("calendar.caldav.sched.enabled", true);

ludovic

ludovic

2010-09-15 14:09

administrator   ~0001466

You have:

pref("sogo-integrator.autocomplete.server.urlid", "public");

while your ID sources are:

users
groups

Fix this.

alessio

alessio

2010-09-15 14:55

reporter   ~0001470

From TB about:config
Preference: sogo-integrator.autocomplete.server.urlid
Value: Users

I test "users" value too, but nothing, same problem.
For http://sogo.nu/bugs/view.php?id=782 too

Tested on ubuntu and winxp

alessio

alessio

2010-09-22 14:49

reporter   ~0001510

you are right Ludovic, only with tb2 and sogo 1.3.1 but i have 2 address book "users" and "groups", and i will add another very soon. How can i search in all address book? What is the correct sintax?
pref("sogo-integrator.autocomplete.server.urlid", "users")

alessio

alessio

2010-11-09 15:22

reporter   ~0001744

With correctly prefs, it works.

Issue History

Date Modified Username Field Change
2010-09-13 09:33 alessio New Issue
2010-09-13 09:47 alessio Note Added: 0001433
2010-09-14 18:39 ludovic Note Added: 0001445
2010-09-15 07:28 alessio Note Added: 0001465
2010-09-15 14:09 ludovic Note Added: 0001466
2010-09-15 14:09 ludovic Relationship added related to 0000782
2010-09-15 14:55 alessio Note Added: 0001470
2010-09-22 14:49 alessio Note Added: 0001510
2010-11-09 15:22 alessio Note Added: 0001744
2010-11-09 20:35 ludovic Status new => resolved
2010-11-09 20:35 ludovic Resolution open => no change required
2010-11-09 20:35 ludovic Assigned To => ludovic
2013-05-31 11:29 Christian Mack Relationship added related to 0002323