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

Passwords are usually random so this doesn't apply

parent f45f281d
No related branches found
No related tags found
No related merge requests found
......@@ -990,15 +990,6 @@ function test_stig {
output "V-38657" $? ${SETLANG}
################
##RHEL-06-000274
##The system must prohibit the reuse of passwords within twenty-four iterations.
grep remember /etc/pam.d/common-auth /etc/pam.d/common-password >/dev/null 2>&1 &
stig_spinner $!
output "V-38658" $? ${SETLANG}
################
##RHEL-06-000282
##There must be no world-writable files on the system.
......
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