View Issue Details

IDProjectCategoryView StatusLast Update
0000906SOGoBackend Address Bookpublic2012-02-08 20:12
Reporterkmolnar Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version1.3.2 
Summary0000906: AddressBook from LDAP querries mail field regardless that MailFieldNames is set
Description

LDAP is configured the following way:

SOGoUserSources = (
{
type = ldap;
id = public;
CNFieldName = cn;
IDFieldName = uid;
UIDFieldName = uid;
MailFieldNames = ( eseriMailAlternateAddress,
eseriMailSenderAddress );
baseDN = "ou=people,dc=acme3";
bindDN = "cn=sogo,ou=applications,ou=system,dc=acme3";
bindPassword = password;
hostname = ldaphost;
port = 636;
encryption = SSL;
canAuthenticate = YES;
isAddressBook = YES;
displayName = "Shared Addresses";
}
);

Note the MailFieldNames. SOGo pulls the email addresses out fine for the users and it shows them in identities.

In the "Shared Addresses" it shows whatever is in the "mail" field instead of the fields set in MailFieldNames.

TagsNo tags attached.

Activities

wbrune

wbrune

2010-10-27 08:27

reporter   ~0001659

same problem here. using sogo 1.3.3

ludovic

ludovic

2012-02-08 20:12

administrator   ~0003392

Is it still the case?

Issue History

Date Modified Username Field Change
2010-10-14 21:02 kmolnar New Issue
2010-10-27 08:27 wbrune Note Added: 0001659
2012-02-08 20:12 ludovic Note Added: 0003392