From b1ed0faa8327226d850040bfb5f5205c4d87602d Mon Sep 17 00:00:00 2001
From: Brian Millett <bmillett@gmail.com>
Date: Tue, 12 Feb 2013 12:02:09 -0600
Subject: [PATCH] Change the REGEX to detect the hash sha512 in /etc/pam.d/system-auth

Brian Millett (1):
  a major change to the REGEX to correctly match sha512 no matter where
    it is on the line         see:
    "^[\s]*password[\s]+sufficient[\s]+(?:[\w_\.\-=\s]+[\s])sha512" vs
    "^\s*password\s+sufficient\s+pam_unix.so\s+sha512"

 RHEL6/input/checks/accounts_password_hashing_algorithm.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.8.1.2

