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
Copy file name to clipboardExpand all lines: linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_password_pam_pwhistory_remember_password_auth/oval/shared.xml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
comment="Check the pam_pwhistory.so remember parameter is absent in password-auth file"/>
Copy file name to clipboardExpand all lines: linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_password_pam_pwhistory_remember_password_auth/rule.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ description: |-
21
21
22
22
Otherwise, it should be enabled using an authselect custom profile.
23
23
<br/><br/>
24
-
Newer systems also have the <tt>/etc/security/pwhistory.conf</tt> file for setting
24
+
Newer systems also have the <tt>{{{ pwhistory_path }}}</tt> file for setting
25
25
<tt>pam_pwhistory</tt> module options. This file should be used whenever available.
26
26
Otherwise, the <tt>pam_pwhistory</tt> module options can be set in PAM files.
27
27
<br/><br/>
@@ -56,7 +56,7 @@ references:
56
56
57
57
ocil_clause: |-
58
58
the pam_pwhistory.so module is not used, the "remember" module option is not set in
59
-
/etc/pam.d/password-auth or in /etc/security/pwhistory.conf, or is set in both files, or is set
59
+
/etc/pam.d/password-auth or in {{{ pwhistory_path }}}, or is set in both files, or is set
60
60
with a value less than "{{{ xccdf_value("var_password_pam_remember") }}}"
Copy file name to clipboardExpand all lines: linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_password_pam_pwhistory_remember_password_auth/tests/authselect_conflict_settings.fail.sh
Copy file name to clipboardExpand all lines: linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_password_pam_pwhistory_remember_password_auth/tests/authselect_correct_value_conf.pass.sh
Copy file name to clipboardExpand all lines: linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_password_pam_pwhistory_remember_password_auth/tests/authselect_correct_value_pam.pass.sh
Copy file name to clipboardExpand all lines: linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_password_pam_pwhistory_remember_password_auth/tests/authselect_missing_argument.fail.sh
Copy file name to clipboardExpand all lines: linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_password_pam_pwhistory_remember_password_auth/tests/authselect_missing_line.fail.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,4 @@ else
14
14
sed -i --follow-symlinks '/.*pam_pwhistory\.so/d'$CUSTOM_PASSWORD_AUTH
Copy file name to clipboardExpand all lines: linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_password_pam_pwhistory_remember_password_auth/tests/authselect_modified_pam.fail.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,4 @@ if ! $(grep -q "^[^#].*pam_pwhistory\.so.*remember=" $SYSTEM_AUTH_FILE); then
11
11
else
12
12
sed -i --follow-symlinks "s/\(.*pam_pwhistory\.so.*remember=\)[[:digit:]]\+\s\(.*\)/\1/g"$SYSTEM_AUTH_FILE
Copy file name to clipboardExpand all lines: linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_password_pam_pwhistory_remember_password_auth/tests/authselect_wrong_value_conf.fail.sh
Copy file name to clipboardExpand all lines: linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_password_pam_pwhistory_remember_password_auth/tests/authselect_wrong_value_pam.fail.sh
0 commit comments