Hi,

when adding a new contact with SOGo's Web interface the notes field is
prefilled with "[object Object]". Without removing or overwriting this,
the contact could not be saved.

We have connected SOGo via LDAP:

SOGoUserSources = (
    {
      type = ldap;
      CNFieldName = cn;
      UIDFieldName = uniqueIdentifier;
      bindFields = (uniqueIdentifier); // array of fields to use for
      indirect binds
      baseDN = "ou=Users,dc=example,dc=com";
      canAuthenticate = YES;
      hostname = ldap://ldap.example.com:389????!StartTLS;
      bindDN = "uid=sogo,ou=Services,dc=example,dc=com";
      bindPassword = 123456;
      id = directory;
      isAddressBook = NO;
      userPasswordAlgorithm = CRYPT;
      MailFieldNames = ( mail, mailAlias );
    }
  );

Ist there any error in our config?


Thanks,

Andreas
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to