[horde] ActiveSync Configuration Issue

Roman Gelfand rgelfand2 at gmail.com
Wed Jan 28 02:11:22 UTC 2015


I have edited the Driver.php's fromASContact function to include debug($hash);
in the beginning and the end of the function.  The horde_debug.txt never
got created in /tmp directory.

On Tue, Jan 27, 2015 at 4:29 PM, Michael J Rubinsky <mrubinsk at horde.org>
wrote:

>
> 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
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
>


More information about the horde mailing list