
Implements: blueprint security-hardening Change-Id: Ia36dc2c5f65b82a5756f2f221cebfb7b6bab1912
9 lines
283 B
ReStructuredText
9 lines
283 B
ReStructuredText
The STIG requires that any LDAP server packages on the system are removed.
|
|
The Ansible role will remove ``slapd`` from the server if it is present.
|
|
|
|
To opt-out of this change, set the following Ansible variable to ``no``:
|
|
|
|
.. code-block:: yaml
|
|
|
|
remove_services['ldap-server']: no
|