|
@@ -206,17 +206,6 @@ function test_stig {
|
206
|
206
|
output "V-38496" $? ${SETLANG}
|
207
|
207
|
################
|
208
|
208
|
|
209
|
|
- ##RHEL-06-000030
|
210
|
|
- ##The system must not have accounts configured with blank or null passwords.
|
211
|
|
- ##For more Detial http://www.cyberciti.biz/tips/how-to-linux-prevent-the-reuse-of-old-passwords.html
|
212
|
|
- ##For more Detial http://www.cyberciti.biz/tips/linux-or-unix-disable-null-passwords.html
|
213
|
|
-
|
214
|
|
- grep nullok /etc/pam.d/common-password > /dev/null 2>&1 &
|
215
|
|
-
|
216
|
|
- stig_spinner $!
|
217
|
|
- output "V-38497" $? ${SETLANG}
|
218
|
|
- ################
|
219
|
|
-
|
220
|
209
|
##RHEL-06-000031
|
221
|
210
|
##The /etc/passwd file must not contain password hashes.
|
222
|
211
|
|