If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
we fixed the reported issue with 6.16 which will be released very soon. The problem was, that the N900 client does not send any authentication data as a request parameter but only as auth-basic information. This is not usual for ActiveSync clients. In order to maintain compatibility, we've changed the handling to support such kinds of authentication.
if you update the open-xchange-usm package (= business mobility oxtender) to 6.16 as well, it should work. Otherwise we need to dig deeper in debugging this. Sadly we don't have a N900 for testing right now.
the open-xchange-usm packages is commercial software, it can be obtained as an addon product to Server or Appliance Edition.
We'll update http://ox.io soon, you might get a evaluation account there and try it. Thanks for the feedback!
Just wanted to ask if this is supposed to be solved now with the latest update? I tried after the update, but it still does not work
thank you
Lukasz
EDIT:
Sorry, but it is a bug: It does not accept all password. I played a bit with it and it was the passsword that it did not accept while communicating with the N900 - but this password works on other devices. Strange!
since we do not own a N900, we have fixed the most obvious possible cause with the latest version. Please contact the support for more information about supported devices or possible device support in the future.
Do not understand me wrong: YOU FIXED IT PERFECT. Calendar, Contact, Email Sync works now!!! Even the attachments can be seen, only HTML E-Mails do not work - they are not shown HTML but HTML text - needs some immagination.
But I think that there is a bug in this Version of OX (6.16.1 Rev3) concerning the passwords. I tried on WM6, Nokia N900 as well as on Android. If I use ! or ? or _ in the password, the syncing does not work (but logging in to webmail/outlook does). If I change the password to an unsecure one without this letters, all is ok!
Are there any known Password limitations (length/Special signs etc.) that I should know about or is it a bug?
there are no know password limitations regarding OX. If you can login at the webinterface, all components can handle the password. In my opinion, there might be an issue transfering the password to the server. Typically passwords are "encrypted" with base64. You can check what password is transfered by sniffing network traffic and check the auth-basic field at the HTTP headers sent by the device.
Here is a pretty good base64 decoder to make the password readable again:
Comment