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
Is your feature request related to a problem? Please describe.
[root@pldckapp00071-m ~]# puppet agent -t --environment ccs_265_ablaufende_systemuseder
...
# Maximum number of days a password may be used.
-PASS_MAX_DAYS 90
+PASS_MAX_DAYS 99999
[root@pldckapp00071-m ~]# chage -l docker_users
Last password change : Jun 13, 2022
Password expires : Sep 11, 2022
Password inactive : never
Account expires : never
Minimum number of days between password change : 0
Maximum number of days between password change : 90
Number of days of warning before password expires : 14
Describe the solution you'd like
The solution would be a check through all known nun system user and non ignored users and exeute on notifiy: chage -M VAR_MAX_AGE -m VAR_MIN_AGE -W VAR_WARN_AGE USERNAME
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
The solution would be a check through all known nun system user and non ignored users and exeute on notifiy:
chage -M VAR_MAX_AGE -m VAR_MIN_AGE -W VAR_WARN_AGE USERNAME
The text was updated successfully, but these errors were encountered: