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
Setting Accounts::User::PasswordMaxAge variable to zero results in a fail.
Expected Behavior
User password max age should be set to zero (or in some cases, the password check is disabled)
The documentation states that the minimum value is zero. I've not found the check/validation for password_max_age where it fails when the value is zero.
Describe the Bug
Setting Accounts::User::PasswordMaxAge variable to zero results in a fail.
Expected Behavior
User password max age should be set to zero (or in some cases, the password check is disabled)
The documentation states that the minimum value is zero. I've not found the check/validation for password_max_age where it fails when the value is zero.
Steps to Reproduce
Hiera data:
Errors with the following:
Evaluation Error: Error while evaluating a Resource Statement, Accounts::User[test]: parameter 'password_max_age' expects an Accounts::User::PasswordMaxAge = Integer[1, 99999] value, got Integer[0, 0]
Environment
#466
The text was updated successfully, but these errors were encountered: