From b8a4a1642709291acaa1e3883c32af7eaeca44aa Mon Sep 17 00:00:00 2001 From: excavator-matt Date: Tue, 4 Feb 2025 15:35:39 +0100 Subject: [PATCH] Add instructions for verifying that the service is working Signed-off-by: excavator-matt --- bitnami/openldap/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bitnami/openldap/README.md b/bitnami/openldap/README.md index 50af09d2bd723..af3fed1c8d61c 100644 --- a/bitnami/openldap/README.md +++ b/bitnami/openldap/README.md @@ -170,6 +170,12 @@ Launch the containers using: docker-compose up -d ``` +Verify that LDAP service is accessible with: + +```console +ldapsearch -x -H ldap://localhost:1389 -D "cn=admin,dc=example,dc=org" -w adminpassword -b "dc=example,dc=org" +``` + ## Configuration The Bitnami Docker OpenLDAP can be easily setup with the following environment variables: