Skip to content

2.2.5 Ensure LDAP client is not installed

Audit#

Verify that ldap-utils is not installed. Use the following command to provide the needed information:

# dpkg-query -s ldap-utils &>/dev/null && echo "ldap-utils is installed"
Nothing should be returned.

Remediation#

Uninstall ldap-utils:

# apt purge ldap-utils