[sync] activesync still working?

LALOT Dominique dom.lalot at gmail.com
Tue Jul 12 10:05:46 UTC 2011


Hello,

Kronolith 3.0.5
Horde 4.0.7

I was working with activesync and iphone for several month and suddenly
something got broken. I was away for several weeks and did not try
activesync for some period. As I went back to work, I updated horde via
pear. As my setup is a little bit complicate (shibboleth auth), I spent
hours putting traces to understand what was wrong.

When I try to setup an account ont the Iphone, I get a failure and I am
asked for another password.
Finaly, I purge my data, upload new data from prod, run db_migrate,
everything is OK in the admin panel.

But nothing better. So I change my auth driver to LDAP. I can login normaly,
but the activesync problem still exists. On my Iphone, I have one calendar
using subscription URL and it works well.

Am I alone on that problem?

I can see the URL called in apache access_log, and the answer is 500

in horde/rpc.php,
case 'ActiveSync':
    /* Check if we are even enabled for AS */
    fputs($handle,"Trace DOM1 ActiveSync trouvé \n");
    if (empty($conf['activesync']['enabled'])) {
        fputs($handle,"Trace DOM3 ActiveSync non actif \n");
        fclose ($handle);
        exit;
    }
    fputs($handle,"Trace DOM2 ActiveSync trouvé \n");
    $params['backend'] = $injector->getInstance('Horde_ActiveSyncBackend');
    fputs($handle,"Trace DOM4 ActiveSync trouvé \n");

I exit between the debug DOM2 and DOM4.

Thanks

Dom


-- 
Dominique LALOT
Ingénieur Systèmes et Réseaux
http://annuaire.univmed.fr/showuser.php?uid=lalot


More information about the sync mailing list