Domain name format for OWA
IIS Extension does not support configuring the login to OWA (Outlook Web Access) by User name only.
For IIS Extension to work correctly, write the domain name in the following formats:
- SAM: the domain in the NetBIOS form —
axidian\user - UPN: the domain in the DNS form — user@axidian.local
If you enable name normalization in Windows Registry Editor (HKEY_LOCAL_MACHINE\SOFTWARE\Axidian-ID\IISHTTPModule, the NameTranslationDisabled=0 parameter of the DWORD type), authorization is impossible if the domain name is entered in a non-standard way:
- SAM: the domain in the DNS form instead of NetBIOS —
axidian.local/user - UPN: the domain in the NetBIOS form instead of DNS — user@axidian