Null passwords not permitted

This commit is contained in:
Bob Mottram 2016-11-30 20:40:32 +00:00
parent b0ed59de5f
commit cf74c113cb
1 changed files with 0 additions and 11 deletions

View File

@ -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.