
Several tasks in the auth.yml file were actually more closely related to accounts rather than authentication. This patch moves tasks from the auth.yml into accounts.yml and adjusts the docs to match. This should alleviate confusion and allow deployers to fine-tune their Ansible playbook runs. Change-Id: I962014ba9022dd256dc04da6b4ac0860797fbc24
256 B
256 B
---id: V-71919 status: implemented tag: accounts ---
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.