浏览代码

Null passwords not permitted

Bob Mottram 8 年前
父节点
当前提交
cf74c113cb
共有 1 个文件被更改,包括 0 次插入11 次删除
  1. 0
    11
      src/freedombone-tests

+ 0
- 11
src/freedombone-tests 查看文件

206
     output "V-38496" $? ${SETLANG}
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
     ##RHEL-06-000031
209
     ##RHEL-06-000031
221
     ##The /etc/passwd file must not contain password hashes.
210
     ##The /etc/passwd file must not contain password hashes.
222
 
211