vote up 0 vote down star

I'm writing a self service password reset system in c#, .Net 3.5 - one of the things that I need to do is allow users to authenticate with an expired password and give them the ability to change it. Can you, using the System.DirectoryServices or System.DirectoryServices.AccountManagement namespaces validate an expired password? Is there anyway to do it using low level api calls?

Thanks

flag

2 Answers

vote up 1 vote down check

See this question, specifically this answer

link|flag
vote up 0 vote down

Did you resolve this issue? I need the answer for this exact question.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.