Hello.

Thank you for the advice.

I set:
/SOGoLDAPContactInfoAttribute = nonexisting;
/and brackets with the LDAP /description/ attribute are no longer visible.

From the documentation it is not clear what is the default value for this parameter

On 27.08.24 11:15, Christian Mack (christian.m...@uni-konstanz.de) wrote:
Hello

Did you set SOGoLDAPContactInfoAttribute?


Kind regards,
Christian Mack

Am 25.08.24 um 20:11 schrieb Denys Shcherbyna (denys.shcherb...@zone3000.net):
Hello.

Why do we see the value of the LDAP "description" attribute (in brackets) when we perform a search in address book?

But we do not see the value of the LDAP "description" attribute when we scroll through the the address book without searching.

It also affects the content of the "From" field when we create an email. There we also see content of the LDAP "description" attribute in brackets that makes the from address field too long.

Address book config:

             type = ldap;
             id = global_addressbook;
             canAuthenticate = NO;
             isAddressBook = YES;
             displayName = "Global Address Book";
             listRequiresDot = NO;
             hostname = "ldaps://dc**.zone3000.net";
             baseDN = "dc=zone3000,dc=net";
             bindDN = "svc.******";
             bindPassword = "*********";
             filter = "(mail='*') AND (NOT userAccountControl:1.2.840.113556.1.4.803:=2)";
             scope = SUB;
             IDFieldName = mail;
             bindFields = (mail);
             UIDFieldName = mail;
             CNFieldName = cn;
             SearchFieldNames = (mail, cn, sAMAccountName, displayName, sn, givenName);
             mapping = {
                 ou = ("department", "ou");
                 street = ("streetAddress", "street");
                 c = ("co", "c");
                 mozillaworkurl = ("wWWHomePage", "mozillaworkurl");
                 photo = ("thumbnailPhoto", "photo");
                 description = ("displayName", "description");
              };

Reply via email to