I have an intranet where I have our users login with their AD credentials.
I thought I had everything trapped pretty well but this morning users were reporting that they couldn't login.
They were getting the following error, -2147023688
Active Directory error '800704b8'
An extended error has occurred.
/login/index.asp, line 26
Seems like it's related to passwords expiring.
I thought I had that covered with error -2147022989 which explicitly states that the password has expired at which point I redirect the user to a password change screen where they can update it via ASP.
Is there anyway to get more info on the extended error or is there list of numerical errors and their corresponding descriptions?
Or even better, should I just ignore this error completely, allow them to login and they'll just change their password the next time they login to their PCs?
Thanks.