Bladeren bron

Null passwords not permitted

Bob Mottram 8 jaren geleden
bovenliggende
commit
cf74c113cb
1 gewijzigde bestanden met toevoegingen van 0 en 11 verwijderingen
  1. 0
    11
      src/freedombone-tests

+ 0
- 11
src/freedombone-tests Bestand weergeven

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