From 01c8ac8b607e4ef96830f84a8e3c647413fffc2b Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@robotics.uk.to>
Date: Wed, 30 Nov 2016 14:00:44 +0000
Subject: [PATCH] Passwords are usually random so this doesn't apply

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

diff --git a/src/freedombone-tests b/src/freedombone-tests
index a791968d3..233054bce 100755
--- a/src/freedombone-tests
+++ b/src/freedombone-tests
@@ -990,15 +990,6 @@ function test_stig {
     output "V-38657" $? ${SETLANG}
     ################
 
-    ##RHEL-06-000274
-    ##The system must prohibit the reuse of passwords within twenty-four iterations.
-
-    grep remember /etc/pam.d/common-auth /etc/pam.d/common-password >/dev/null 2>&1 &
-
-    stig_spinner $!
-    output "V-38658" $? ${SETLANG}
-    ################
-
     ##RHEL-06-000282
     ##There must be no world-writable files on the system.
 
-- 
GitLab