I'm testing the autodiscover service to auto configure outlook profile, I've some login credential issue and want to know more detrails about the autodiscover service flow:
- I use a notebook connect from Internet side
- Notebook is not domain joined
- my AD domain name space is a local domain name. example: domain.local
- my register internet domain example is domain.com; my user email address is user@domain.com
- DNS side is configured: DNS point to my server; autodiscover record point to my server
- Outlook anywhere is configured and confirmed it works.
- So, when I start the Outlook 2010 from my notebook connect from internet side, it prompt me to enter user email address and password
- after I entered everything, it will prompt me to login again with the email address as the login name:
- I'll not able to login if I use the email address as the login name
- Then I change the login name to domain\user format and enter password
- Outlook profile can be automatically created, that means autodiscover service works.
My question:
It seems it will use the email address as the login name.
Am I right that since I'm the AD is using a local domain name: domain.local, so the user's one of correct login format in AD is: user@domain.local, so when the autodiscover service using the user email adddress: user@domain.com as the login name but failed, then it will prompt the login promt again, Am I right?
it this behavior normal, how can I solve it?
Thanks
Patrick