Information
The Lightweight Directory Access Protocol (LDAP) was introduced as a replacement for NIS/YP. It is a service that provides a method for looking up information from a central database.
Rationale:
If the system will not need to act as an LDAP server, it is recommended that the software be disabled to reduce the potential attack surface.
Solution
Run the following command to disable slapd :
# systemctl disable slapd
References:
For more detailed documentation on OpenLDAP, go to the project homepage at http://www.openldap.org.
Notes:
Additional methods of disabling a service exist. Consult your distribution documentation for appropriate methods.