|
@@ -1198,15 +1198,6 @@ function test_stig {
|
1198
|
1198
|
output "V-38619" $? ${SETLANG}
|
1199
|
1199
|
################
|
1200
|
1200
|
|
1201
|
|
- ##RHEL-06-000356
|
1202
|
|
- ##The system must require administrator action to unlock an account locked by excessive failed login attempts.
|
1203
|
|
-
|
1204
|
|
- bash $STIG_TESTS_DIR/check-password.sh /etc/pam.d/common-auth pam_tally unlock_time lt 604800 > /dev/null 2>&1 &
|
1205
|
|
-
|
1206
|
|
- stig_spinner $!
|
1207
|
|
- output "V-38592" $? ${SETLANG}
|
1208
|
|
- ################
|
1209
|
|
-
|
1210
|
1201
|
##RHEL-06-000372
|
1211
|
1202
|
##The operating system, upon successful logon/access, must display to the user the number of unsuccessful logon/access attempts since the last successful logon/access.
|
1212
|
1203
|
|