On 11/18/13, 1:37 PM, Steinke, Leland J Sr CTR DISA FSO (US) wrote:
Fixed an apparent type mismatch for the Value "inactivity_timeout_value".


Thanks,
Leland
--
Leland Steinke, Security+
DISA FSO Technical Support Contractor
tapestry technologies, Inc
717-267-5797 (DSN 570)
leland.j.steinke.ctr@mail.mil (gov't)
lsteinke@tapestrytech.com (com'l)

---
 RHEL6/input/system/accounts/physical.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/RHEL6/input/system/accounts/physical.xml b/RHEL6/input/system/accounts/physical.xml
index ead411a..e0bc55d 100644
--- a/RHEL6/input/system/accounts/physical.xml
+++ b/RHEL6/input/system/accounts/physical.xml
@@ -238,7 +238,7 @@ enforcing preferences in the GNOME environment using the GConf
 configuration system, see http://projects.gnome.org/gconf and
 the man page <tt>gconftool-2(1)</tt>.</description>
 
-<Value id="inactivity_timeout_value" type="string" operator="equals">
+<Value id="inactivity_timeout_value" type="number" operator="equals">
 <title>Inactivity timeout</title>
 <description>Choose allowed duration of inactive SSH connections, shells, and X sessions</description>
 <value>15</value>


This really helps with USGCB staging (sgrubb's note on super/sub compliance). Ack!