[horde] ActiveSync Configuration Issue
Michael J Rubinsky
mrubinsk at horde.org
Tue Jan 27 21:29:48 UTC 2015
Quoting Roman Gelfand <rgelfand2 at gmail.com>:
> I am trying to sync Firstname, Lastname, Work phone between android phone (
> active sync ) horde and backend personal_ldap. It works when I add a
> contact from horde but not from android.
>
> backends.php (horde to personal_ldap map)
> 'name' => array('fields' => array('lastname', 'firstname',
> 'company'),
> 'format' => '%s, %s, %s',
> 'attribute' => 'cn')
> 'firstname' => 'givenName',
> 'lastname' => 'sn',
> 'workPhone' => 'telephoneNumber',
>
>
> in Drivers.php (ActiveSync to Horde map)
> 'name' => 'fileas',
> 'lastname' => 'lastname',
> 'firstname' => 'firstname',
> 'workPhone' => 'businessphonenumber',
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
Without more information it's impossible to say what's going on.
Look in Turba_Driver::fromASContact(). Use Horde::debug($hash);
(output is in horde_debug.txt in your temp directory) at the end of
that method to find out what the value of the hash is after we convert
it from the AS object.
--
mike
The Horde Project
http://www.horde.org
https://www.facebook.com/hordeproject
https://www.twitter.com/hordeproject
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5869 bytes
Desc: S/MIME Signature
URL: <http://lists.horde.org/archives/horde/attachments/20150127/b3122de6/attachment.bin>
More information about the horde
mailing list