Not applicable to random passwords
This commit is contained in:
parent
de1eb3fe2c
commit
f9d646cb31
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue