
This patch adds the right tags to each piece of metadata and corrects small errors found in the deployer notes. Closes-bug: 1595669 Change-Id: Ic04aaad85ebf111be5a0bdb01a350442fdea1433
560 B
560 B
---id: V-38683 status: implemented tag: auth ---
The Ansible task will use the pwck
command to search for
non-unique usernames on the system. If any matching usernames are found,
an error will be printed and the playbook will fail.
NOTE: The pwck
command will find other
abnormalities on the system, including users that exist in
/etc/passwd
but not in /etc/shadow
, and vice
versa. If the playbook fails on this task, try to run this command on
the system as root to find out what caused the failure:
pwck -rq