>From be85b19f9093fe7d3a074547a0f63d418754b95a Mon Sep 17 00:00:00 2001 From: Shawn Wells <[email protected]> Date: Tue, 25 Dec 2012 15:46:13 -0500 Subject: [PATCH 03/17] Mapped to correct rule (account_temp_expire_date) Former mapping didn't exist, needed to be mapped to account_temp_expire_date
--- RHEL6/input/auxiliary/alt-titles-stig.xml | 2 +- RHEL6/input/profiles/stig-rhel6-server.xml | 2 -- 2 files changed, 1 insertions(+), 3 deletions(-) diff --git a/RHEL6/input/auxiliary/alt-titles-stig.xml b/RHEL6/input/auxiliary/alt-titles-stig.xml index b87fb6e..1651fc1 100644 --- a/RHEL6/input/auxiliary/alt-titles-stig.xml +++ b/RHEL6/input/auxiliary/alt-titles-stig.xml @@ -755,7 +755,7 @@ The snmpd service must use only SNMP protocol version 3 or newer. <title rule="snmpd_not_default_password" shorttitle="Ensure Default Password Is Not Used"> The snmpd service must not use a default password. </title> -<title rule="expire_date_set" shorttitle="Assign Expiration Date to Temporary Accounts"> +<title rule="account_temp_expire_date" shorttitle="Assign Expiration Date to Temporary Accounts"> Temporary and emergency accounts must be provisioned with an expiration date. </title> </titles> diff --git a/RHEL6/input/profiles/stig-rhel6-server.xml b/RHEL6/input/profiles/stig-rhel6-server.xml index 276e47b..e58ec5b 100644 --- a/RHEL6/input/profiles/stig-rhel6-server.xml +++ b/RHEL6/input/profiles/stig-rhel6-server.xml @@ -83,8 +83,6 @@ <select idref="smartcard_auth" selected="true" /> -<select idref="expire_date_set" selected="true" /> - <select idref="deny_password_attempts_unlock_time" selected="true" /> <refine-value idref="var_accounts_passwords_pam_faillock_unlock_time" selector="100000000"/> <select idref="deny_password_attempts_fail_interval" selected="true" /> -- 1.7.1
_______________________________________________ scap-security-guide mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide
