From 7cee2dc07fb2ea37f2550ae13485e9e6e19ee511 Mon Sep 17 00:00:00 2001 From: "Eusebio@nuodb" <58469485+eresende-nuodb@users.noreply.github.com> Date: Tue, 29 Jun 2021 09:59:43 +0100 Subject: [PATCH] Update README.md When using the docker container command line instructions, the mariadb command is using the wrong LDAP_ROOT env variable. The mariadb-galera image uses LDAP_BASE instead. Not sure which one is wrong so I'll leave it here since it's related to documentation only. --- bitnami/openldap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/openldap/README.md b/bitnami/openldap/README.md index 6b6a510d4bbf..49694ab532df 100644 --- a/bitnami/openldap/README.md +++ b/bitnami/openldap/README.md @@ -102,7 +102,7 @@ $ docker run --detach --rm --name mariadb-galera \ --env MARIADB_DATABASE=customdatabase \ --env MARIADB_ENABLE_LDAP=yes \ --env LDAP_URI=ldap://openldap:1389 \ - --env LDAP_ROOT=dc=example,dc=org \ + --env LDAP_BASE=dc=example,dc=org \ --env LDAP_BIND_DN=cn=admin,dc=example,dc=org \ --env LDAP_BIND_PASSWORD=adminpassword \ bitnami/mariadb-galera:latest