502fde7a64
Enables management of shadow password directives in login.defs By allowing operators to set values in login.defs, they are able to improve password security for newly created system accounts. This change will in turn allow operators to adhere with security hardening frameworks, such as STIG DISA & CIS Security Benchmarks. bp login-defs Change-Id: Id4fe88cb9569f18f27f94c35b5c27a85fe7947ae Depends-On: Iec8c032adb44593da3770d3c6bb5a4655e463637
10 lines
210 B
YAML
10 lines
210 B
YAML
resource_registry:
|
|
OS::TripleO::Services::LoginDefs: ../puppet/services/login-defs.yaml
|
|
|
|
parameter_defaults:
|
|
PasswordMaxDays: 60
|
|
PasswordMinDays: 1
|
|
PasswordMinLen: 5
|
|
PasswordWarnAge: 7
|
|
FailDelay: 4
|