fe39a30c98
This reverts commit ea9b39d723
.
In order to release stable/pike we need this to still be present.
https://review.openstack.org/#/c/502063/ is failing.
Once we release stable/pike we can figure out how to properly remove
this repository.
Change-Id: I50308b1c3001371d4554b6c2640bd5384e870a53
15 lines
335 B
ReStructuredText
15 lines
335 B
ReStructuredText
---
|
|
id: V-38627
|
|
status: implemented
|
|
tag: services
|
|
---
|
|
|
|
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
|
|
|
|
security_remove_ldap_server: no
|