[sync] Sync4j and Horde

Chuck Hagenbuch chuck at horde.org
Fri Oct 22 19:19:13 PDT 2004


Quoting Oliver Kuhl <okuhl at netcologne.de>:

>> 1) currently Horde SyncML doesn't do "auth-clear" authentification. 
>> This should be easy to fix:
>>
>> replace line 250 of framework/SyncML/SyncML.php
>>
>> $this->_credData = base64_decode($this->_credData);
>>
>> with s.th. like the following:
>>
>> if ($this->_credType == 'syncml:auth-basic') {
>>    $this->_credData = base64_decode($this->_credData);
>> }
>>
>> After that you should get logging info with locName=okuhl in your 
>> horde debug
>> log rather than the current "locName=¢K¡-·°ŠZ"
>
> this worked as expected, thanks! Now the right username is written to
> horde.log.

Great. Karsten, is this generally applicable? In other words, should I commit
it?

-chuck

-- 
"But she goes not abroad in search of monsters to destroy." - John 
Quincy Adams


More information about the sync mailing list