From e5b04a2d1f090039d0f9df7e1fd8e83369c027f5 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@robotics.uk.to>
Date: Tue, 29 Nov 2016 13:07:47 +0000
Subject: [PATCH] Don't lock inactive accounts

---
 src/freedombone-tests | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/freedombone-tests b/src/freedombone-tests
index 0489cb01b..e6da1e89e 100755
--- a/src/freedombone-tests
+++ b/src/freedombone-tests
@@ -1259,15 +1259,6 @@ function test_stig {
     output "V-38691" $? ${SETLANG}
     ################
 
-    ##RHEL-06-000334
-    ##Accounts must be locked upon 35 days of inactivity.
-
-    bash $STIG_TESTS_DIR/check-inactive.sh >/dev/null 2>&1 &
-
-    stig_spinner $!
-    output "V-38692" $? ${SETLANG}
-    ################
-
     ##RHEL-06-000335
     ##The operating system must manage information system identifiers for users and devices by disabling the user identifier after an organization defined time period of inactivity.
 
-- 
GitLab