Skip to content

2.3.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 -W -f='${binary:Package}\t${Status}\t${db:Status-Status}\n' ldap-utils
ldap-utils unknown ok not-installed not-installed

Remediation#

Uninstall ldap-utils:

# apt purge ldap-utils