Skip to content

2.2.5 Ensure LDAP server is not installed

Audit#

Run the following command to verify slapd is not installed:

# dpkg-query -W -f='${binary:Package}\t${Status}\t${db:Status-Status}\n' slapd
slapd unknown ok not-installed not-installed

Remediation#

Run one of the following commands to remove slapd:

# apt purge slapd