Sha256: 142b1dbd271062d83851c395403a44f43b4c12fce2e27af850c90538a5224989

Contents?: true

Size: 1022 Bytes

Versions: 44

Compression:

Stored size: 1022 Bytes

Contents

#%PAM-1.0
auth        required      pam_faillock.so preauth audit silent deny=<%= node['sec']['accnt_lckout'] %> unlock_time=<%= node['sec']['accnt_lckout_duration'] %>
auth        include       password-auth-ac
auth        [default=die] pam_faillock.so authfail audit deny=<%= node['sec']['accnt_lckout'] %> unlock_time=<%= node['sec']['accnt_lckout_duration'] %>
auth        sufficient    pam_faillock.so authsucc audit deny=<%= node['sec']['accnt_lckout'] %> unlock_time=<%= node['sec']['accnt_lckout_duration'] %>

account     required      pam_faillock.so
account     include       password-auth-ac


password    requisite     pam_cracklib.so try_first_pass retry=<%= node['sec']['pwd']['retry'] %> minlen=<%= node['sec']['pwd']['min_length'] %> dcredit=<%= node['sec']['pwd']['numeric'] %> ucredit=<%= node['sec']['pwd']['uppercase'] %> ocredit=<%= node['sec']['pwd']['special'] %> lcredit=<%= node['sec']['pwd']['lowercase'] %>
password    include       password-auth-ac

session     include       password-auth-ac

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
cloud-mu-2.0.0.pre.alpha3 cookbooks/mu-tools/templates/default/etc_pamd_password-auth.erb
cloud-mu-2.0.0.pre.alpha2 cookbooks/mu-tools/templates/default/etc_pamd_password-auth.erb
cloud-mu-2.0.0.pre.alpha cookbooks/mu-tools/templates/default/etc_pamd_password-auth.erb
cloud-mu-1.9.0.pre.beta cookbooks/mu-tools/templates/default/etc_pamd_password-auth.erb