Hello,

We use sogo with postfix and cyrus-imap.
Sogo use ldap (openldap) for authenticate user and provide global address books.
The config of the SOGoUserSources

SOGoUserSources = (
   {
     type = ldap;
     CNFieldName = displayName;
     UIDFieldName = uid;
     IDFieldName = uid; // first field of the DN for direct binds
     baseDN = "ou=Peoples,dc=ibcg,dc=biotoul,dc=fr";
     bindDN = "uid=sogo,ou=Peoples,dc=ibcg,dc=biotoul,dc=fr";
     bindPassword = XXXXXX;
     canAuthenticate = YES;
     displayName = "Adresses IBCG";
     hostname = ldap.ibcg.biotoul.fr;
     id = public;
     isAddressBook = YES;
   }
  );


In the ldap, when we change the field "desciption", this is not reported in sogo in the completion of the adress for a new email.

For example, the field is used to specify date ofen of contract for some users.
Ads some town we have to update this date.
And this new date is not reported correctly

I had searched in the data base sogo, table sogo_user_profile and the colum c_defaults but the field description is not present.

Do you know how I configure sogo to update  this filed ?

Or do you know how can i remove the report of this field in the completion ?

regards,

--
Christophe Carles
CNRS - LMGM
Service Informatique
Bât. IBCG
118, route de Narbonne
31062 Toulouse Cedex9
[email protected]
Tél : 05.61.33.59.60
Fax : 05.61.33.58.86

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

Reply via email to