Skip to content
Snippets Groups Projects
Commit de1eb3fe authored by Bob Mottram's avatar Bob Mottram
Browse files

Passwords are randomly generated

parent d6323eea
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment