>From b726def05fff8ef88e4027f6383bdde8d780fd59 Mon Sep 17 00:00:00 2001 From: Shawn Wells <[email protected]> Date: Fri, 25 Jan 2013 22:48:42 -0500 Subject: [PATCH 4/6] Added value for var_account_disable_post_pw_expiration USGCB calls for a value of 30 for var_account_disable_post_pw_expiration, added that selector into the available choices
--- .../accounts/restrictions/account_expiration.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/RHEL6/input/system/accounts/restrictions/account_expiration.xml b/RHEL6/input/system/accounts/restrictions/account_expiration.xml index 4bb294a..d17ec16 100644 --- a/RHEL6/input/system/accounts/restrictions/account_expiration.xml +++ b/RHEL6/input/system/accounts/restrictions/account_expiration.xml @@ -21,6 +21,7 @@ normal command line utilities. <description>The number of days to wait after a password expires, until the account will be permanently disabled.</description> <warning category="general">This will only apply to newly created accounts</warning> <value selector="">35</value> +<value selector="30">30</value> <value selector="35">35</value> <value selector="60">60</value> <value selector="90">90</value> -- 1.7.1
_______________________________________________ scap-security-guide mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide
