ansible-hardening/doc/metadata/rhel6/V-38500.rst
Rahul Nair 4e8bf6705f Trivial fix to the documentation
- Removing extra space
_ Fixing some typos

Change-Id: Ib4f86c7a29074ce0150a3cd55478ed94f2d62c43
2016-12-05 11:24:34 -06:00

429 B

---id: V-38500 status: implemented tag: auth ---

The Ansible tasks will search for accounts in /etc/passwd that have UID 0 that aren't the normal root account. If any matching accounts are found, a warning is printed to stdout and the Ansible play will fail.

No action is taken on those accounts as that action may disrupt a production environment. Deployers are strongly urged to use sudo for these types of actions.