소스 검색

Passwords are randomly generated

Bob Mottram 8 년 전
부모
커밋
de1eb3fe2c
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0
    9
      src/freedombone-tests

+ 0
- 9
src/freedombone-tests 파일 보기

1151
     output "V-38683" $? ${SETLANG}
1151
     output "V-38683" $? ${SETLANG}
1152
     ################
1152
     ################
1153
 
1153
 
1154
-    ##RHEL-06-000299
1155
-    ##The system must require passwords to contain no more than three consecutive repeating characters.
1156
-
1157
-    bash $STIG_TESTS_DIR/check-password.sh /etc/pam.d/common-password pam_cracklib.so maxrepeat lt 3 > /dev/null 2>&1 &
1158
-
1159
-    stig_spinner $!
1160
-    output "V-38693" $? ${SETLANG}
1161
-    ################
1162
-
1163
     ##RHEL-06-000302
1154
     ##RHEL-06-000302
1164
     ##A file integrity tool must be used at least weekly to check for unauthorized file changes, particularly the addition of unauthorized system libraries or binaries, or for unauthorized modification to authorized system libraries or binaries.
1155
     ##A file integrity tool must be used at least weekly to check for unauthorized file changes, particularly the addition of unauthorized system libraries or binaries, or for unauthorized modification to authorized system libraries or binaries.
1165
 
1156