[Tickets #4463] NEW: md5 auth for SyncML

bugs@bugs.horde.org bugs at bugs.horde.org
Mon Sep 25 11:41:35 PDT 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=4463
-----------------------------------------------------------------------
 Ticket             | 4463
 Created By         | alex.masidlover at axiomtech.co.uk
 Summary            | md5 auth for SyncML
 Queue              | SyncML
 Type               | Bug
 State              | Unconfirmed
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


alex.masidlover at axiomtech.co.uk (2006-09-25 11:41) wrote:

The m600i uses md5 authentication for SyncML - there is rudimentary support
on line 404 of SyncML/Backend.pl, but this seems not to quite solve the
problem because the data supplying systems (Turba etc) do not detect the
user as being logged in. I have hacked my own version to add the following
after checking the md5 sent password:

            $auth = &Auth::singleton($GLOBALS['conf']['auth']['driver']);
            return $auth->authenticate($username,
                                        array('password' => <MY
PASSWORD>));

This allows the syncing to continue.




More information about the bugs mailing list