[PATCH 08/14] Mapped CCI-000193 to password_require_lowercases

Willy Santos wsantos at redhat.com
Fri May 4 13:51:04 UTC 2012


CCI-000193 requires enforcing password complexity by the number of lower case charachters used, password_require_lowercases meets this requirement.

Signed-off-by: Willy Santos <wsantos at redhat.com>
---
 rhel6/src/input/system/accounts/pam.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rhel6/src/input/system/accounts/pam.xml b/rhel6/src/input/system/accounts/pam.xml
index 9e77717..5fa2d32 100644
--- a/rhel6/src/input/system/accounts/pam.xml
+++ b/rhel6/src/input/system/accounts/pam.xml
@@ -227,7 +227,7 @@ more difficult by ensuring a larger search space.
 </rationale>
 <ident cce="14712-4" />
 <oval id="accounts_password_pam_cracklib_lcredit" value="var_password_pam_cracklib_lcredit"/>
-<ref nist="IA-5" />
+<ref nist="IA-5" disa="193" />
 </Rule>
 
 <Rule id="password_require_diffchars">
-- 
1.7.7.6



More information about the scap-security-guide mailing list