How do i remove a password expiration policy?

Posted by jimmygee on Server Fault See other posts from Server Fault or by jimmygee
Published on 2010-01-23T10:09:58Z Indexed on 2010/06/11 9:53 UTC
Read the original article Hit count: 667

We had a password expiration policy recently removed from our AD but some users continued to get the "..your password will expire in x days. would you like to change it now?" message.

So we added a reverse/undo policy to correct the local registry settings

Maximum password age = 0 days
Minimum password age = 0 days

This hasn't worked as new users still seem to encounter the above "change password" message sporadically. We have now removed all custom password policy GPOs and are left with the "Default Domain Policy". Still no good.

Can someone point me in the direction to fix this? And an explanation into what i was doing wrong (/how password expiration policies apply) would be useful too. thanks

Environment is 2k3 server with mostly XPsp2 clients.

© Server Fault or respective owner

Related posts about Windows

Related posts about active-directory