Web service access fails when users password is in warning period
Posted
by uSlackr
on Server Fault
See other posts from Server Fault
or by uSlackr
Published on 2010-04-14T16:37:24Z
Indexed on
2010/04/14
16:43 UTC
Read the original article
Hit count: 228
We have a number of locally installed .Net apps that communicate via web services. Authentication in IIS is handled by Windows Authentication so no additional login is required. We recently began seeing a problem where users are getting a application 403 error when there password is 14 days (or less) from expiring.
As this sometime happens in the the middle of the day (login in the morning OK, but password reaches <14 days during the day), this comes as a surprise as they haven't been warned to change their password. Of course, one would expect they should be able to work until the password is expired.
Any idea on what could be happening here? Why would IIS reject a login if the passsword hasn't actually expired? Can we change that behaviour?
Thanks
\\Greg
© Server Fault or respective owner