>From 5e260555313d3b6f8c94ae32432da3581d21aa54 Mon Sep 17 00:00:00 2001 From: Shawn Wells <[email protected]> Date: Tue, 24 Dec 2013 03:11:40 -0500 Subject: [PATCH 05/31] Updated RHEL7 XCCDF names to match RHEL6
--- RHEL/7/input/system/accounts/pam.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RHEL/7/input/system/accounts/pam.xml b/RHEL/7/input/system/accounts/pam.xml index 9d430dc..2e0243e 100644 --- a/RHEL/7/input/system/accounts/pam.xml +++ b/RHEL/7/input/system/accounts/pam.xml @@ -292,7 +292,7 @@ search space. <tested by="DS" on="20121024"/> </Rule> -<Rule id="password_require_uppercases"> +<Rule id="accounts_password_pam_cracklib_ucredit"> <title>Set Password Strength Minimum Uppercase Characters</title> <description>The pam_cracklib module's <tt>ucredit=</tt> parameter controls requirements for usage of uppercase letters in a password. When set to a negative number, any password will be required to @@ -317,7 +317,7 @@ more difficult by ensuring a larger search space. <tested by="DS" on="20121024"/> </Rule> -<Rule id="password_require_specials"> +<Rule id="accounts_password_pam_cracklib_ocredit"> <title>Set Password Strength Minimum Special Characters</title> <description>The pam_cracklib module's <tt>ocredit=</tt> parameter controls requirements for usage of special (or ``other'') characters in a password. When set to a negative number, any password will be required to @@ -342,7 +342,7 @@ more difficult by ensuring a larger search space. <tested by="DS" on="20121024"/> </Rule> -<Rule id="password_require_lowercases"> +<Rule id="accounts_password_pam_cracklib_lcredit"> <title>Set Password Strength Minimum Lowercase Characters</title> <description>The pam_cracklib module's <tt>lcredit=</tt> parameter controls requirements for usage of lowercase letters in a password. When set to a negative number, any password will be required to -- 1.8.3.1
_______________________________________________ scap-security-guide mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide
