>From 8e5c83b56ffdf99309619ae4d960e0bef01c1ee5 Mon Sep 17 00:00:00 2001 From: Shawn Wells Date: Fri, 29 Mar 2013 20:13:53 -0400 Subject: [PATCH 21/21] Renamed OVAL no_empty_passwords.xml to match XCCDF rule name Renamed OVAL no_empty_passwords.xml to match XCCDF rule name --- RHEL6/input/checks/accounts_pam_no_nullok.xml | 23 -------------------- RHEL6/input/checks/no_empty_passwords.xml | 23 ++++++++++++++++++++ .../accounts/restrictions/password_storage.xml | 2 +- 3 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 RHEL6/input/checks/accounts_pam_no_nullok.xml create mode 100644 RHEL6/input/checks/no_empty_passwords.xml diff --git a/RHEL6/input/checks/accounts_pam_no_nullok.xml b/RHEL6/input/checks/accounts_pam_no_nullok.xml deleted file mode 100644 index eed8a41..0000000 --- a/RHEL6/input/checks/accounts_pam_no_nullok.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - No nullok Option in /etc/pam.d/system-auth - - Red Hat Enterprise Linux 6 - - The file /etc/pam.d/system-auth should not contain the nullok option - - - - - - - - - - /etc/pam.d/ - system-auth - \s*nullok\s* - 1 - - diff --git a/RHEL6/input/checks/no_empty_passwords.xml b/RHEL6/input/checks/no_empty_passwords.xml new file mode 100644 index 0000000..eed8a41 --- /dev/null +++ b/RHEL6/input/checks/no_empty_passwords.xml @@ -0,0 +1,23 @@ + + + + No nullok Option in /etc/pam.d/system-auth + + Red Hat Enterprise Linux 6 + + The file /etc/pam.d/system-auth should not contain the nullok option + + + + + + + + + + /etc/pam.d/ + system-auth + \s*nullok\s* + 1 + + diff --git a/RHEL6/input/system/accounts/restrictions/password_storage.xml b/RHEL6/input/system/accounts/restrictions/password_storage.xml index 333e9a5..95000cc 100644 --- a/RHEL6/input/system/accounts/restrictions/password_storage.xml +++ b/RHEL6/input/system/accounts/restrictions/password_storage.xml @@ -37,7 +37,7 @@ empty passwords should never be used in operational environments. - + -- 1.7.1