diff --git a/src/freedombone-tests b/src/freedombone-tests index bba4629d..a5a9e5a2 100755 --- a/src/freedombone-tests +++ b/src/freedombone-tests @@ -206,17 +206,6 @@ function test_stig { output "V-38496" $? ${SETLANG} ################ - ##RHEL-06-000030 - ##The system must not have accounts configured with blank or null passwords. - ##For more Detial http://www.cyberciti.biz/tips/how-to-linux-prevent-the-reuse-of-old-passwords.html - ##For more Detial http://www.cyberciti.biz/tips/linux-or-unix-disable-null-passwords.html - - grep nullok /etc/pam.d/common-password > /dev/null 2>&1 & - - stig_spinner $! - output "V-38497" $? ${SETLANG} - ################ - ##RHEL-06-000031 ##The /etc/passwd file must not contain password hashes.