Run this on a ipa server. It’ll work there..
Find users with passwords that expire before DATE below
ldapsearch -Y GSSAPI -h localhost -b "cn=users,cn=accounts,dc=ayisnap,dc=com" '(krbPasswordExpiration<=20140101000000Z)'>lsearch2`
Change the actual expiration date for those users to date :1/1/2015.
1 2 3 4 5 6 7 8 9 10 |
|