21 Oct 2004 03:56
Re: Sync4j and Horde
Chuck Hagenbuch <chuck <at> horde.org>
2004-10-21 01:56:20 GMT
2004-10-21 01:56:20 GMT
Quoting Karsten Fourmont <fourmont <at> gmx.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);
> }
and ...
> My guess is that insertion of
>
> $uri = $state->getURI();
>
> before line 426 of framework/SyncML/SyncML.php (right before the
> startElement() call) should help here.
>
> As usual, after you made the changes to framework files, you have to do
> install-framework.php to push them into the final pear-places.
Oliver, if either of these work or improve things, let me know, and if
Karsten's
away, I can get them incorporated into CVS.
-chuck
--
"But she goes not abroad in search of monsters to destroy." - John
Quincy Adams
--
--
sync mailing list - Join the hunt: http://horde.org/bounties/#sync
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: sync-unsubscribe <at> lists.horde.org
RSS Feed