Bladeren bron

Not applicable for random passwords

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

+ 0
- 36
src/freedombone-tests Bestand weergeven

@@ -396,42 +396,6 @@ function test_stig {
396 396
     output "V-38472" $? ${SETLANG}
397 397
     ################
398 398
 
399
-    ##RHEL-06-000056
400
-    ##The system must require passwords to contain at least one numeric character.
401
-
402
-    bash $STIG_TESTS_DIR/check-password.sh /etc/pam.d/common-password pam_cracklib.so dcredit gt -1 > /dev/null 2>&1 &
403
-
404
-    stig_spinner $!
405
-    output "V-38482" $? ${SETLANG}
406
-    ################
407
-
408
-    ##RHEL-06-000057
409
-    ##The system must require passwords to contain at least one uppercase alphabetic character.
410
-
411
-    bash $STIG_TESTS_DIR/check-password.sh /etc/pam.d/common-password pam_cracklib.so ucredit gt -1 > /dev/null 2>&1 &
412
-
413
-    stig_spinner $!
414
-    output "V-38569" $? ${SETLANG}
415
-    ################
416
-
417
-    ##RHEL-06-000058
418
-    ##The system must require passwords to contain at least one special character.
419
-
420
-    bash $STIG_TESTS_DIR/check-password.sh /etc/pam.d/common-password pam_cracklib.so ocredit gt -1 > /dev/null 2>&1 &
421
-
422
-    stig_spinner $!
423
-    output "V-38570" $? ${SETLANG}
424
-    ################
425
-
426
-    ##RHEL-06-000059
427
-    ##The system must require passwords to contain at least one lowercase alphabetic character.
428
-
429
-    bash $STIG_TESTS_DIR/check-password.sh /etc/pam.d/common-password pam_cracklib.so lcredit gt -1 > /dev/null 2>&1 &
430
-
431
-    stig_spinner $!
432
-    output "V-38571" $? ${SETLANG}
433
-    ################
434
-
435 399
     ##RHEL-06-000061
436 400
     ##The system must disable accounts after three consecutive unsuccessful logon attempts.
437 401