浏览代码

Not applicable for random passwords

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

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

396
     output "V-38472" $? ${SETLANG}
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
     ##RHEL-06-000061
399
     ##RHEL-06-000061
436
     ##The system must disable accounts after three consecutive unsuccessful logon attempts.
400
     ##The system must disable accounts after three consecutive unsuccessful logon attempts.
437
 
401