Ok so I managed to get stuff running at least :-) .... anyone care to help debug?
On my server side I was seeing this:
Code:
[Dec 6, 2007 12:00:28 PM][sync4j.zimbraConnector] FINEST: ZimbraOfficer authenticate() Start
[Dec 6, 2007 12:00:29 PM][sync4j.zimbraConnector] FINEST: Username: lonny
[Dec 6, 2007 12:00:29 PM][sync4j.zimbraConnector] FINEST: Principal for lonny:syncml-phone not found
[Dec 6, 2007 12:00:29 PM][sync4j.zimbraConnector] FINEST: SENDING REQUEST: <AuthRequest xmlns="urn:zimbraAccount"><account by="name">lonny</account><password>my_correct_zcs_password</password><prefs><pref name="zimbraPrefTimeZoneId"/></prefs></AuthRequest>
So I added the user and principle in the admin console for sync4j and got this:
Code:
[Dec 6, 2007 12:20:34 PM][sync4j.zimbraConnector] FINEST: ZimbraOfficer authenticate() Start
[Dec 6, 2007 12:20:34 PM][sync4j.zimbraConnector] FINEST: Username: lonny
[Dec 6, 2007 12:20:34 PM][sync4j.zimbraConnector] FINEST: SENDING REQUEST: <AuthRequest xmlns="urn:zimbraAccount"><account by="name">lonny</account><password>my_correct_zcs_password</password><prefs><pref name="zimbraPrefTimeZoneId"/></prefs></AuthRequest>
Then I thought ok maybe the user doesn't need to be created in sync4j and the plugin handles the auth through zcs ... so I removed my account and principle in sync4j ... that wasn't it I just get the same error as the first one.
Is there anyone that has this working? I'm not sure what I've got mis-configured. On my Moto-Q all I see it "Authentication failed: please check user name and password"

