View Issue Details

IDProjectCategoryView StatusLast Update
0003181SOGoActiveSyncpublic2017-04-21 19:32
Reporterc.mammoli Assigned Toludovic  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionsuspended 
Platform[Server] LinuxOSRHEL/CentOSOS Version6
Product Version2.2.17 
Fixed in Version3.2.9 
Summary0003181: mobile and pager ldap attributes are not exported to the GAL via ActiveSync
Description

mobile and pager ldap attributes are visible in the SOGo UI, but only telephoneNumber is visible via EAS GAL:

Given the following user source:
SOGoUserSources = (
{
type = ldap;
CNFieldName = cn;
UIDFieldName = sAMAccountName;
...
id = public;
isAddressBook = YES;
SearchFieldNames = (displayName, mail, sAMaccountName);
},

My user has the following attributes set:

telephoneNumber: +390731**
mobile: +393***
pager: 322

On the Web Interface I see all the attributes:
Work:
+390731**
Mobile:
+3933***
Pager:
322

But on my Android device with Activesync if I search for my username I can only see the telephoneNumber attribute

Steps To Reproduce

Configure a user with the following attributes on a LDAP source:
telephoneNumber
mobile
pager

Perform a search on the SOGo web UI and notice that all attributes are present
Perform a search on a ActiveSync enabled device (I only tested Android 4.4 and 5) and notice that only telephoneNumber is present

TagsNo tags attached.

Activities

tfu

tfu

2015-05-12 19:24

reporter   ~0008473

According to
https://msdn.microsoft.com/en-us/library/dn292998%28v=exchg.80%29.aspx pager cannot be queried via GAL.

Fix for bug 0003102 also adds
<xs:element name="MobilePhone" type="xs:string"/>
<xs:element name="EmailAddress" type="xs:string"/>
to result.

c.mammoli

c.mammoli

2015-05-12 19:29

reporter   ~0008474

Pager is not an issue, we can use another phone attribute. But are all the properties listed in the above link actually supported in SOGo?

tfu

tfu

2015-05-13 06:15

reporter   ~0008481

Photo is not yet supported.

ludovic

ludovic

2017-04-21 19:32

administrator   ~0011746

Photos are now supported, closing as pager isn't an issue.

Issue History

Date Modified Username Field Change
2015-04-24 07:39 c.mammoli New Issue
2015-05-12 19:24 tfu Note Added: 0008473
2015-05-12 19:29 c.mammoli Note Added: 0008474
2015-05-13 06:15 tfu Note Added: 0008481
2017-04-21 19:32 ludovic Note Added: 0011746
2017-04-21 19:32 ludovic Status new => resolved
2017-04-21 19:32 ludovic Fixed in Version => 3.2.9
2017-04-21 19:32 ludovic Resolution open => suspended
2017-04-21 19:32 ludovic Assigned To => ludovic