Neko-
2008-06-25 08:37:20 UTC
Having an issue with one specific user having access problems to OWA.
Using an Exchange 2003 (on Windows 2003) configuration in a frontend/
backend configuration. Said user has been able to use the client
previously, but suddenly is unable to. Logging in through the Outlook
application on the desktop itself works without any problems.
* Verified permissions in ADUC, switched them off, applied, and
switched them back on, and applied. No change in behaviour.
* Added the domain before the username (i.e. domain\user) as a
loginname. No change in behaviour.
* Reset the password of the user to his own password. No change in
behaviour. (Caps aren’t being used either).
* Restarted the frontend server. No change in behaviour.
Logging in as a different user works fine (with or without the domain
added), it’s just one user having problems. I have found no records
of problems in the security eventlogs of the server, not on the front-
end OWA server, nor the backend Exchange server, nor the backend
Domain Controllers. No master/child domain configuration is active,
it’s all one domain. Issue is not limited to one computer (issue
occurs on multiple computers) and is not limited to IE7 being used,
since FireFox 3 exhibits the same behaviour: User1 can log in, and
user2 gets a notice. I therefore rule out cookies, certificates, SSL
and possible caching problems.
The user can login multiple times but appearantly isn’t authenticated.
Normally an account should lock after a few wrong passwords. In the
users case this does not happen. The screen drops back to the
loginscreen almost immidiatly. The error itself (translated from
dutch): You cannot be logged in by Outlook Web Access. Check if domain
\username and the password are correct, and try again.
Looked at http://forums.whirlpool.net.au/forum-replies-archive.cfm/553775.html,
http://searchexchange.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid43_gci1191152,00.html.
Ran through the W3SVC1 log, located this:
2008-06-25 06:51:41 W3SVC1 10.0.0.1 POST /exchweb/bin/auth/owaauth.dll
- 443 - 192.168.0.2 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT
+5.1;+Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1)+;+.NET
+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+.NET+CLR+1.1.4322;+.NET+CLR
+3.0.04506.648) 302 0 0
2008-06-25 06:51:41 W3SVC1 10.0.0.1 GET /exchange/ - 443 user1
192.168.0.2 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+Mozilla/
4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1)+;+.NET+CLR
+2.0.50727;+.NET+CLR+3.0.04506.30;+.NET+CLR+1.1.4322;+.NET+CLR
+3.0.04506.648) 401 1 1329
2008-06-25 06:51:41 W3SVC1 10.0.0.1 GET /exchweb/bin/auth/owalogon.asp
url=https://webmail.domain.nl/exchange/&reason=2 443 - 192.168.0.2
Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+Mozilla/4.0+
(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1)+;+.NET+CLR+2.0.50727;+.NET
+CLR+3.0.04506.30;+.NET+CLR+1.1.4322;+.NET+CLR+3.0.04506.648) 200 0 0
2008-06-25 06:52:02 W3SVC1 10.0.0.1 POST /exchweb/bin/auth/owaauth.dll
- 443 - 192.168.0.2 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT
+5.1;+Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1)+;+.NET
+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+.NET+CLR+1.1.4322;+.NET+CLR
+3.0.04506.648) 302 0 0
2008-06-25 06:52:02 W3SVC1 10.0.0.1 GET /exchange/ - 443 user2
192.168.0.2 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+Mozilla/
4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1)+;+.NET+CLR
+2.0.50727;+.NET+CLR+3.0.04506.30;+.NET+CLR+1.1.4322;+.NET+CLR
+3.0.04506.648) 200 0 0
The ‘reason=2’ seems to be the cause of the issue. Found the
following:
‘if the credentials are not correct, OWA will redirect back to exchweb/
bin/auth/owalogon.asp&reason=2, it will then display the message "You
could not be logged on to OWA".’
So it seems that for this one user, the OWA server doesn’t
authenticate, even if it does do this for a different user. Even if
the password has been reset, and is proven (through using the desktop
application of Outlook) to be correct.
Unfortunatly no recommended solutions. I’m almost considering possibly
removing the user completely, recreating him after a sync-period, and
reattaching the Exchange mailbox to his account. Either that, or
export the mailbox, remove the user, purge everything, and then
recreate the account and re-import the e-mail.
Anyone have any thoughts on this matter?
Using an Exchange 2003 (on Windows 2003) configuration in a frontend/
backend configuration. Said user has been able to use the client
previously, but suddenly is unable to. Logging in through the Outlook
application on the desktop itself works without any problems.
* Verified permissions in ADUC, switched them off, applied, and
switched them back on, and applied. No change in behaviour.
* Added the domain before the username (i.e. domain\user) as a
loginname. No change in behaviour.
* Reset the password of the user to his own password. No change in
behaviour. (Caps aren’t being used either).
* Restarted the frontend server. No change in behaviour.
Logging in as a different user works fine (with or without the domain
added), it’s just one user having problems. I have found no records
of problems in the security eventlogs of the server, not on the front-
end OWA server, nor the backend Exchange server, nor the backend
Domain Controllers. No master/child domain configuration is active,
it’s all one domain. Issue is not limited to one computer (issue
occurs on multiple computers) and is not limited to IE7 being used,
since FireFox 3 exhibits the same behaviour: User1 can log in, and
user2 gets a notice. I therefore rule out cookies, certificates, SSL
and possible caching problems.
The user can login multiple times but appearantly isn’t authenticated.
Normally an account should lock after a few wrong passwords. In the
users case this does not happen. The screen drops back to the
loginscreen almost immidiatly. The error itself (translated from
dutch): You cannot be logged in by Outlook Web Access. Check if domain
\username and the password are correct, and try again.
Looked at http://forums.whirlpool.net.au/forum-replies-archive.cfm/553775.html,
http://searchexchange.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid43_gci1191152,00.html.
Ran through the W3SVC1 log, located this:
2008-06-25 06:51:41 W3SVC1 10.0.0.1 POST /exchweb/bin/auth/owaauth.dll
- 443 - 192.168.0.2 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT
+5.1;+Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1)+;+.NET
+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+.NET+CLR+1.1.4322;+.NET+CLR
+3.0.04506.648) 302 0 0
2008-06-25 06:51:41 W3SVC1 10.0.0.1 GET /exchange/ - 443 user1
192.168.0.2 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+Mozilla/
4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1)+;+.NET+CLR
+2.0.50727;+.NET+CLR+3.0.04506.30;+.NET+CLR+1.1.4322;+.NET+CLR
+3.0.04506.648) 401 1 1329
2008-06-25 06:51:41 W3SVC1 10.0.0.1 GET /exchweb/bin/auth/owalogon.asp
url=https://webmail.domain.nl/exchange/&reason=2 443 - 192.168.0.2
Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+Mozilla/4.0+
(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1)+;+.NET+CLR+2.0.50727;+.NET
+CLR+3.0.04506.30;+.NET+CLR+1.1.4322;+.NET+CLR+3.0.04506.648) 200 0 0
2008-06-25 06:52:02 W3SVC1 10.0.0.1 POST /exchweb/bin/auth/owaauth.dll
- 443 - 192.168.0.2 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT
+5.1;+Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1)+;+.NET
+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+.NET+CLR+1.1.4322;+.NET+CLR
+3.0.04506.648) 302 0 0
2008-06-25 06:52:02 W3SVC1 10.0.0.1 GET /exchange/ - 443 user2
192.168.0.2 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+Mozilla/
4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1)+;+.NET+CLR
+2.0.50727;+.NET+CLR+3.0.04506.30;+.NET+CLR+1.1.4322;+.NET+CLR
+3.0.04506.648) 200 0 0
The ‘reason=2’ seems to be the cause of the issue. Found the
following:
‘if the credentials are not correct, OWA will redirect back to exchweb/
bin/auth/owalogon.asp&reason=2, it will then display the message "You
could not be logged on to OWA".’
So it seems that for this one user, the OWA server doesn’t
authenticate, even if it does do this for a different user. Even if
the password has been reset, and is proven (through using the desktop
application of Outlook) to be correct.
Unfortunatly no recommended solutions. I’m almost considering possibly
removing the user completely, recreating him after a sync-period, and
reattaching the Exchange mailbox to his account. Either that, or
export the mailbox, remove the user, purge everything, and then
recreate the account and re-import the e-mail.
Anyone have any thoughts on this matter?