views:

70

answers:

1

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?

A: 

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

yamspog