Major Hayden 27fb9a5cfb V-3862{5,6,7}: LDAP server security
Implements: blueprint security-hardening

Change-Id: Ia36dc2c5f65b82a5756f2f221cebfb7b6bab1912
2015-10-07 17:08:23 -05:00

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