Not applicable for random passwords

This commit is contained in:
Bob Mottram 2016-11-29 15:36:46 +00:00
parent f9d646cb31
commit 5e7a01f193
1 changed files with 0 additions and 36 deletions

View File

@ -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.