Re: GAL search on Android 4 - company name and address
Michael J Rubinsky <[email protected]>
| Newsgroups | gmane.comp.horde.turba |
|---|---|
| Message-ID | <20131009151633.Horde.ais8-fe_78UzFQK47Padsg2@h4.theupstairsroom.com> |
Not all fields are available to be returned in the gal. I don't remember the list off hand, but I believe we already return all of them. I'll double check on this though. As you have discovered, not all clients display all the available fields either. In fact, some only display name and email. mike Sent from mobile Samuel Wolf <[email protected]> wrote: Quoting Samuel Wolf <[email protected]> > I use LDAP for our GAL adress book, search work fine, but I can not > see the company name > in the "People" app on Android 4 (seen it in the activesync debug > log of the GAL search result). > > TouchDown App show the company, but Android 4 not. Is this a missing > feature of Android? > > Is it possible to show the address as well? Do not seen this in the > debug log, so maybe it isn't possible with GAL? > > Samuel > > backends.local.php > [...] > 'map' => array( > '__key' => 'dn', > 'name' => 'displayname', > 'email' => 'mail', > 'homePhone' => 'homephone', > 'workPhone' => 'telephonenumber', > 'cellPhone' => 'mobile', > 'firstname' => 'givenname', > 'lastname' => 'sn', > 'company' => 'o', > 'workStreet' => 'street', > 'workPostalCode' => 'postalCode', > 'workCity' => 'l', > [...] > 'search' => array( > 'name', > 'email', > 'workPhone', > 'cellPhone', > 'workStreet', > 'workPostalCode', > 'workCity', > ), > [...] > > > -- > turba mailing list > Frequently Asked Questions: http://wiki.horde.org/FAQ > To unsubscribe, mail: [email protected] > -- turba mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]