
This patch looks for `sha512` password storage inside the PAM configuration file for password auth. A warning is printed if it is not found. Documentation is included. Implements: blueprint security-rhel7-stig Change-Id: I0aa02f5731ad4b227be9a244042cdb104a4ea341
266 B
266 B
---id: RHEL-07-010170 status: implemented tag: implemented ---
The PAM configuration file for password storage is checked to ensure
that sha512
is found on the pam_unix.so
line.
If sha512
is not found, a debug message is printed in the
Ansible output.