Null passwords not permitted
This commit is contained in:
parent
b0ed59de5f
commit
cf74c113cb
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue