Hey,

I'm running v1.3.2 and I have the following configuration for LDAP:

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
though. Is this a bug or I just didn't set something correctly.

Thanks,
-- 
Karoly Molnar
VP Engineering
Eseri.com

P: 613-435-3000
C: 613-513-5012
email: [email protected]
web: http://www.eseri.com

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

Reply via email to