2.3.5 Ensure LDAP client is not installed (Scored)

Level 1 - Server
Level 1 - Workstation 

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.

If the system will not need to act as an LDAP client, it is recommended that the software be removed to reduce the potential attack surface..

Run the following commands to verify ldap-utils is not installed:

dpkg -s ldap-utils

Run the following command to uninstall ldap-utils:

apt-get remove ldap-utils

Removing the LDAP client will prevent or inhibit using LDAP for authentication in your environment.

  • ubuntu1604/2/3/5.txt
  • Last modified: 2017/05/02 12:14
  • by 127.0.0.1