[PATCH 07/14] Mapped CCI-000192 to password_require_uppercases

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


CCI-000192 requires enfocing password complexity by the number of upper case character used, this is met by password_require_uppercases.

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 78b6d7b..9e77717 100644
--- a/rhel6/src/input/system/accounts/pam.xml
+++ b/rhel6/src/input/system/accounts/pam.xml
@@ -195,7 +195,7 @@ more difficult by ensuring a larger search space.
 </rationale>
 <ident cce="14672-0" />
 <oval id="accounts_password_pam_cracklib_ucredit" value="var_password_pam_cracklib_ucredit"/>
-<ref nist="IA-5" />
+<ref nist="IA-5" disa="192" />
 </Rule>
 
 <Rule id="password_require_specials">
-- 
1.7.7.6



More information about the scap-security-guide mailing list