Redirect when AD password has expired?

  • Thread starter Thread starter John Vannoy
  • Start date Start date
J

John Vannoy

I want to implement the same functionality as the "IISAdmPwd" that
comes with IIS. When a user logs in via Basic Auth, and their
password has expired, I want to bounce them to a page in my app which
lets them enter their ID, old password, new password, and then I'll
change their password via ADSI. What I would like to know is, am I
going to have to write a custom ISAPI filter for the redirect? Or is
there a way built into asp.net for this?

Thanks,
John
 
I want to implement the same functionality as the "IISAdmPwd" that
comes with IIS. When a user logs in via Basic Auth, and their
password has expired, I want to bounce them to a page in my app which
lets them enter their ID, old password, new password, and then I'll
change their password via ADSI. What I would like to know is, am I
going to have to write a custom ISAPI filter for the redirect? Or is
there a way built into asp.net for this?

Thanks,
John
 
Back
Top