docker build -t openldap:<version> .
docker run -dt --name openldap openldap:<version>
docker inspect openldap
docker container exec -it openldap /bin/bash
Apache Directory Studio ,use below parameters to establish connection to openldapldap
hostname = <IP_ADDRESS_OF_THE_CONTAINER>
PORT = 389
Authentication : simple authentication
Bind DN : cn=root,o=sccm
Password: secret
/appl/openldap/etc/openldap
/appl/openldap/var/openldap-data
Content type
Image
Digest
Size
192.8 MB
Last updated
about 5 years ago
docker pull yeluris/openldap:2.4.50