Miniver Cheevy
Miniver Cheevy

Reputation: 1677

Validate Expired Password in active directory

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

Upvotes: 2

Views: 6047

Answers (1)

stuartd
stuartd

Reputation: 73313

See this question, specifically this answer

Upvotes: 2

Related Questions