Sha256: 8fc39659d222988cc92d495f50f7202a0b2c64deb5c4ede6616bddabd0c3a0f3

Contents?: true

Size: 1.07 KB

Versions: 37

Compression:

Stored size: 1.07 KB

Contents

#%PAM-1.0
auth        required      pam_faillock.so preauth audit silent deny=<%= node['sec']['accnt_lckout'] %> unlock_time=<%= node['sec']['accnt_lckout_duration'] %>
account     include       system-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       system-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'] %>
account     include       system-auth-ac
password    sufficient    pam_unix.so remember=<%= node['sec']['pwd']['remember'] %>

session     include       system-auth-ac

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
cloud-mu-3.5.1 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-3.5.0 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-3.4.0 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-3.3.2 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-3.3.1 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-3.3.0 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-3.2.0 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-3.1.6 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-3.1.5 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-3.1.4 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-3.1.3 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-3.1.2 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-3.1.2beta2 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-3.1.1 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-3.1.0 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-3.0.2 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-3.0.1 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-3.0.0 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-3.0.0beta cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb
cloud-mu-2.0.4 cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb