Passwords are randomly generated
This commit is contained in:
parent
d6323eeaa8
commit
de1eb3fe2c
|
@ -1151,15 +1151,6 @@ function test_stig {
|
|||
output "V-38683" $? ${SETLANG}
|
||||
################
|
||||
|
||||
##RHEL-06-000299
|
||||
##The system must require passwords to contain no more than three consecutive repeating characters.
|
||||
|
||||
bash $STIG_TESTS_DIR/check-password.sh /etc/pam.d/common-password pam_cracklib.so maxrepeat lt 3 > /dev/null 2>&1 &
|
||||
|
||||
stig_spinner $!
|
||||
output "V-38693" $? ${SETLANG}
|
||||
################
|
||||
|
||||
##RHEL-06-000302
|
||||
##A file integrity tool must be used at least weekly to check for unauthorized file changes, particularly the addition of unauthorized system libraries or binaries, or for unauthorized modification to authorized system libraries or binaries.
|
||||
|
||||
|
|
Loading…
Reference in New Issue