Page 1 of 1
Password age
Posted: Wed May 17, 2006 8:35 am
by garethm
Is it possible to determine from the command line the last time that a user changed their password?
Posted: Wed May 17, 2006 8:56 am
by ScalixSupport
Hello,
indirectly, yes.
See the timestamp of the users 000002n file and that will be the date last changed.
Cheers,
Sascha.
Posted: Wed May 17, 2006 12:44 pm
by garethm
That's good enough for me!
Thank you.
Posted: Wed May 17, 2006 2:36 pm
by ls-al
All roads lead to Rome:
Code: Select all
epoc.to.date `omsearch -e s=surname/g=givenname -d userlist -t h -m UL-PWDCHDT | cut -c 12-`