[sync] funambol sync 1.1.5 on blackberry 7280 authn/login not working

David Rudder david at reliableresponse.net
Fri Sep 29 12:11:08 PDT 2006


I believe it's the 1st authentication call, like Chuck says.  That's my
login name to a shared pop/imap server.  A typical POP session is
USER drig at noses.org
PASS mypassword  (password changed to protect the innocent)

It's not treated as a domain within Horde.

I found a difference between sync4j/funambol and syncevolution.  It
turns out that my blackberry is giving the auth type of
"syncml:auth-basic" and syncevolution is using "b64".  I hardcoded the
type to "b64" in /usr/share/pear/SyncML.php (line 260-ish) and the
authentication worked!  But, I got "Synchronization failed: String index
out of range: -9" on my bb. 

So, I'm making a little progress....

-Dave

On Fri, 2006-09-29 at 12:00 -0700, sync-request at lists.horde.org wrote:


> Quoting Karsten Fourmont <fourmont at gmx.de>:
> 
> > Anybody knows if I have to call
> >
> > $auth->authenticate('drig at noses.org', $pwd);
> > or
> > $auth->authenticate('drig', $pwd, true, 'noses.org');
> >
> > for this username?
> 
> The former - "noses.org" isn't the kind of realm being passed in the  
> 2nd version. It's possible that IMP auth or other hooks aren't being  
> used the way that drig at noses.org needs, though.
> 
> -chuck
> 
> -- 
> "we are plastered to the windshield of the bus that is time." - Chris
> 




More information about the sync mailing list