password change dates

I know that you can force password changes by setting dates within each users, but I'm looking to see if FreeBSD stores the date of the last password change for any or all users.

Also, If I force a password change policy of 99 days, how does FreeBSD keep track of when that 99 days hits, and how does it keep track of the next 99 days and so forth?
 
I am not knowledgeable regarding this subject, but it came up the other day. I believe that all of the login stats are store in /var/run/utmp. See $ man 5 utmp.
 
I'm not sure if the date the last password change occurred is stored. But the date/time the next password change must occur is stored in /etc/master.passwd. (See passwd(5) - "change" field.)
 
Back
Top