Email address as user name supported?
Added by John Poon 4 months ago
Hello,
We have encountered problem when using email address <user@tld.com> as username, is it supported or just some configuration error?
Thanks,
John.
Replies
RE: Email address as user name supported? - Added by Brad Hards 4 months ago
I think this would be easier to answer if you can describe the problem in much more detail. For example, it isn't clear whether you're using the openchange client code, or some server variant. Please try to describe your environment in the same way you'd like your customers to describe problems to you.
RE: Email address as user name supported? - Added by ring chan 4 months ago
I'm one of team member with john . let me show my whole infomation and issues.
we have own mail system . my own mail system have own ldap.
we try to used openchange fix in with my mailbox and ldap .
but openchange format didn't fit us .
My ldap account format is xxx@xxx.com
but according to openchange connecter file (openchange.ldb) ,account have no in the account ,otherwise use as dividing line,
such as sogo://username:password@calendar/
openchange account have no in username. but ldap of my mail system have .
for example , if we use my mail system in openchange.ldb , it will be "sogo://username@abc.com:password@calendar/"
but this format didn't permit by openchange .
I want to focus openchange on my mail system . and sync calendar and contect to outlook2003/2007 as purpose.
Do you have any advice to us ?
RE: Email address as user name supported? - Added by Julien Kerihuel 4 months ago
Hello,
If I understand correctly, you are trying to use SOGo backend for OpenChange server but connects it to your own LDAP authentication server with your own schema rather than SOGo one which makes use of username only. You also want to use your own - in production - messaging system.
First of all, OpenChange doesn't enforce any format. It only has one requirement, backend's uri needs to start with an identified namespace: for SOGo, it was decided to use sogo://.
The set of information specified after this namespace are specific to the backend, understand: OpenChange doesn't make any use of this information. It just pass it down to the associated backend.
If you have any issues specifying an email address in place of the username, you should have a look at SOGo backend code and how they they extract URI parameters using NSURL class.
Finally, for your messaging system to work with OpenChange you must have QRESYNC option enabled on your messaging server.
Kind Regards,
Julien.
RE: Email address as user name supported? - Added by ring chan 4 months ago
Could you give us commerce support for our message system.
we want to work with openchange.
if we are have cooperation , and what will we provide to yours ?
thanks.
Ring.
RE: Email address as user name supported? - Added by ring chan 3 months ago
Hi openchange,
If something update for my case ?
RE: Email address as user name supported? - Added by Brad Hards 3 months ago
I have provided additional options off-forum. I trust this resolves the issue.
Brad