2.5.11-debian-10-r76 release

This commit is contained in:
Bitnami Bot
2022-04-07 06:24:32 +00:00
parent 8abcdde52b
commit 5544496371
3 changed files with 2 additions and 3 deletions

View File

@@ -19,7 +19,6 @@ COPY rootfs /
RUN /opt/bitnami/scripts/openldap/postunpack.sh
ENV APP_VERSION="2.5.11" \
BITNAMI_APP_NAME="openldap" \
BITNAMI_IMAGE_VERSION="2.5.11-debian-10-r75" \
PATH="/opt/bitnami/openldap/bin:/opt/bitnami/openldap/sbin:/opt/bitnami/common/bin:$PATH"
EXPOSE 1389 1636

View File

@@ -474,7 +474,7 @@ ldap_initialize() {
fi
if ! is_dir_empty "$LDAP_CUSTOM_LDIF_DIR"; then
ldap_add_custom_ldifs
elif is_boolean_no "$LDAP_SKIP_DEFAULT_TREE"; then
elif ! is_boolean_yes "$LDAP_SKIP_DEFAULT_TREE"; then
ldap_create_tree
else
info "Skipping default schemas/tree structure"

View File

@@ -42,7 +42,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`2.6`, `2.6-debian-10`, `2.6.1`, `2.6.1-debian-10-r74`, `latest` (2.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.6.1-debian-10-r74/2.6/debian-10/Dockerfile)
* [`2.5`, `2.5-debian-10`, `2.5.11`, `2.5.11-debian-10-r75` (2.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.5.11-debian-10-r75/2.5/debian-10/Dockerfile)
* [`2.5`, `2.5-debian-10`, `2.5.11`, `2.5.11-debian-10-r76` (2.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.5.11-debian-10-r76/2.5/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/openldap GitHub repo](https://github.com/bitnami/bitnami-docker-openldap).