Link to home
Start Free TrialLog in
Avatar of jasonlkennedy
jasonlkennedy

asked on

OWA expired password does not warn or redirect users.

We are using Windows 2003 SP1 Native and Exchange 2003 SP2.
The user in question has a genuine expired password. Our password expire every 90 days and I have been waiting to see if the OWA redirect and warnings would work.
I have a about 600 users that only use OWA. 3 months ago we enforced a password policy to expire passwords every 90 days. Well, I wanted to make sure the users will have the ability to know when thier password expires and change it.
OWA works fine as far as checking email goes. I also enabled the "change password" option so user can change thier password. Nothing else seems to work as far as warning the user with a "password about to expire message" or redirecting them to a change password page when their password had expired.

I would like to fix this. Any ideas?
Thanks
ASKER CERTIFIED SOLUTION
Avatar of redseatechnologies
redseatechnologies
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jasonlkennedy
jasonlkennedy

ASKER

I seen PEWA, but was informed by others about how the other built in solutions should have worked. especially the redirect if someone logs into OWA and thier password has expired.

Thanks
I don't know who has told you that because I am pretty much certain it doesn't work.

The problem is, when it is set to "user must change password at next logon" the account is expired - windows allows for this, but IE (and therefore OWA) does not.

This is a relatively common problem, and we avoid it by getting users to change their passwords manually and before the expiry time
You can try the following script located in the inetput\adminscript directory

cscript adsutil.vbs set w3svc/1/ROOT/exchangfe/PasswordExpirePreNotifyDays 10
Also as red said once it is expired they wont be able to do anything through OWA, but if you get the banner warning working then they can change it before it expires.
I've heard a rumor that a kb will be released describing this issue and the fix for it.

kris.
You could also create a custon asp script for something like this, like a password reset site.