View Issue Details

IDProjectCategoryView StatusLast Update
0003883SOGo ConnectorBackend Address Bookpublic2016-11-08 08:04
Reporterremy Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Platform[Client] MicrosoftOSWindowsOS Version7
Product Version31.0.3 
Summary0003883: search all adresse mail in ldap with CN or not CN
Description

hello,

we have 3 "OR" in our ldap including email addresses. (Celebrities, Mailbox, AliasMail)

AliasMail Mailbox and have not attribute "CN"!

Here are my sources sogo users:

SOGoUserSources = (
{
type = ldap;
CNFieldName = cn;
UIDFieldName = mail;
IDFieldName = uid; // First field of the DN for live binds
bindFields = (uid, email); // Array of fields to use for indirect binds
baseDN = "dc = foo, dc = com";
bindDN = "cn = admin, dc = foo, dc = com";
BINDPASSWORD = mca;
canAuthenticate = YES;
displayName = "Shared Contacts";
hostname = ldap: //192.168.1.220: 389;
filter = "(objectclass = *)";
id = public;
isAddressBook = YES;
scope = SUB;
}

my setup recovers all email addresses in web infarce, when I do a search in the address book. the character "." in the search bar does not show me the addresses with an "CN" empty but when specific search of the address in the search bar or when using the autocompletion all addresses are available.

But in thunderbird, only addresses comportants CN are available!
There may be a rule indicating research only contacts with an "CN" featuring a number of characters greater than 0 (lenght> 0)?

you have a solution for correcting problem is?

I change myself the sogo-connector.xpi file if necessary!

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2016-11-08 08:04 remy New Issue