Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We are using ADAM to simulate an AD server in our development environment. We need to expire passwords for a couple of our users to test several key code paths.

We have been doing this by setting the password expiry window low (1 day) and then waiting that interval until the password expires. However, this is slow and once we change the password we must wait another day for anothe expiry window.

Does anyone have an easy solution to this problem?

share|improve this question

1 Answer

up vote 0 down vote accepted

You can expire password by setting pwdExpiryInterval to 0 in the user's properties.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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