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

Null passwords not permitted

parent b0ed59de
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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