From 5e7a01f193c8c9115141b7e508b73151972602a4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 29 Nov 2016 15:36:46 +0000 Subject: [PATCH] Not applicable for random passwords --- src/freedombone-tests | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/src/freedombone-tests b/src/freedombone-tests index 59ec9813..7fd01f15 100755 --- a/src/freedombone-tests +++ b/src/freedombone-tests @@ -396,42 +396,6 @@ function test_stig { output "V-38472" $? ${SETLANG} ################ - ##RHEL-06-000056 - ##The system must require passwords to contain at least one numeric character. - - bash $STIG_TESTS_DIR/check-password.sh /etc/pam.d/common-password pam_cracklib.so dcredit gt -1 > /dev/null 2>&1 & - - stig_spinner $! - output "V-38482" $? ${SETLANG} - ################ - - ##RHEL-06-000057 - ##The system must require passwords to contain at least one uppercase alphabetic character. - - bash $STIG_TESTS_DIR/check-password.sh /etc/pam.d/common-password pam_cracklib.so ucredit gt -1 > /dev/null 2>&1 & - - stig_spinner $! - output "V-38569" $? ${SETLANG} - ################ - - ##RHEL-06-000058 - ##The system must require passwords to contain at least one special character. - - bash $STIG_TESTS_DIR/check-password.sh /etc/pam.d/common-password pam_cracklib.so ocredit gt -1 > /dev/null 2>&1 & - - stig_spinner $! - output "V-38570" $? ${SETLANG} - ################ - - ##RHEL-06-000059 - ##The system must require passwords to contain at least one lowercase alphabetic character. - - bash $STIG_TESTS_DIR/check-password.sh /etc/pam.d/common-password pam_cracklib.so lcredit gt -1 > /dev/null 2>&1 & - - stig_spinner $! - output "V-38571" $? ${SETLANG} - ################ - ##RHEL-06-000061 ##The system must disable accounts after three consecutive unsuccessful logon attempts.