ldapsearch
Query an LDAP directory. More information: <https://docs.ldap.com/ldap-sdk/docs/tool-usages/ldapsearch.html>.
RUN apt-get update && \
apt-get install -y ldap-utils
RUN apt-get update && \
apt-get install -y ldap-utils
RUN apk add openldap
RUN pacman -S --noconfirm openldap
RUN apt-get update && \
apt-get install -y ldap-utils
RUN dnf install -y perl-LDAP-1
RUN apt-get update && \
apt-get install -y ldap-utils