Not applicable to random passwords

This commit is contained in:
Bob Mottram 2016-11-29 15:34:51 +00:00
parent de1eb3fe2c
commit f9d646cb31
1 changed files with 0 additions and 9 deletions

View File

@ -432,15 +432,6 @@ function test_stig {
output "V-38571" $? ${SETLANG}
################
##RHEL-06-000060
##The system must require at least four characters be changed between the old and new passwords during a password change.
bash $STIG_TESTS_DIR/check-password.sh /etc/pam.d/common-password pam_cracklib.so difok lt 4 > /dev/null 2>&1 &
stig_spinner $!
output "V-38572" $? ${SETLANG}
################
##RHEL-06-000061
##The system must disable accounts after three consecutive unsuccessful logon attempts.