Skip to content

Commit

Permalink
Merge pull request #12431 from vojtapolasek/update_ism_o_levels
Browse files Browse the repository at this point in the history
update pwd length requirements for ism_o profile
  • Loading branch information
Mab879 authored Sep 26, 2024
2 parents a779644 + f68c57c commit 0412aad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions controls/ism_o.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ controls:
- sshd_max_auth_tries_value=5
- sssd_enable_smartcards
- var_password_pam_minlen=14
- var_accounts_password_minlen_login_defs=14
- var_accounts_password_warn_age_login_defs=7
- var_accounts_minimum_age_login_defs=1
- var_accounts_maximum_age_login_defs=60
Expand Down Expand Up @@ -94,6 +95,8 @@ controls:
- sshd_disable_kerb_auth
- sshd_set_max_auth_tries
- sssd_enable_smartcards
- var_password_pam_minlen=20
- var_accounts_password_minlen_login_defs=20
status: automated
- id: '0484'
title: 'SSH daemon configuration'
Expand Down Expand Up @@ -607,6 +610,8 @@ use of device access control software or by disabling external communication int
- sshd_disable_kerb_auth
- sshd_set_max_auth_tries
- sssd_enable_smartcards
- var_password_pam_minlen=17
- var_accounts_password_minlen_login_defs=17
status: partial

- id: '1558'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ options:
12: 12
14: 14
15: 15
17: 17
18: 18
20: 20
6: 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ options:
12: 12
14: 14
15: 15
17: 17
18: 18
20: 20
6: 6
Expand Down

0 comments on commit 0412aad

Please sign in to comment.