[turba] GAL search on Android 4 - company name and address
Michael J Rubinsky
mrubinsk at horde.org
Wed Oct 9 19:16:33 UTC 2013
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 <samuel at sheepflock.de> wrote:
Quoting Samuel Wolf <samuel at sheepflock.de>
> 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: turba-unsubscribe at lists.horde.org
>
More information about the turba
mailing list