ldapsearch

Query an LDAP directory. More information: <https://docs.ldap.com/ldap-sdk/docs/tool-usages/ldapsearch.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y ldap-utils
Ubuntu
RUN apt-get update && \ apt-get install -y ldap-utils
Alpine
RUN apk add openldap
Arch Arch Linux
RUN pacman -S --noconfirm openldap
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ldap-utils
Fedora
RUN dnf install -y perl-LDAP-1
Raspbian
RUN apt-get update && \ apt-get install -y ldap-utils
click the source code to copy install ldapsearch on any operating system with command-not-found.com