You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to verify that user accounts with passwords are rotated on a regular basis. Would be helpful if the User module in testinfra could check the minimum/maximum days for password changes of a user, in addition to the account expiration that's already available ie.
$ chage -l myuser
Last password change : Oct 05, 2021
Password expires : Jan 03, 2022
Password inactive : Feb 02, 2022
Account expires : never
Minimum number of days between password change : 7
Maximum number of days between password change : 90
Number of days of warning before password expires : 7
The text was updated successfully, but these errors were encountered:
Need to verify that user accounts with passwords are rotated on a regular basis. Would be helpful if the User module in testinfra could check the minimum/maximum days for password changes of a user, in addition to the account expiration that's already available ie.
The text was updated successfully, but these errors were encountered: