2.5.11-debian-10-r64 release

This commit is contained in:
Bitnami Bot
2022-03-25 14:14:50 +00:00
parent 887cf0fe67
commit 4119e0059c
4 changed files with 3 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ 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-r63" \
BITNAMI_IMAGE_VERSION="2.5.11-debian-10-r64" \
PATH="/opt/bitnami/openldap/bin:/opt/bitnami/openldap/sbin:/opt/bitnami/common/bin:$PATH"
EXPOSE 1389 1636

View File

@@ -392,10 +392,6 @@ web_server_update_app_configuration() {
--hosts \
| --server-name \
| --server-aliases \
| --enable-http \
| --enable-https \
| --disable-http \
| --disable-https \
| --http-port \
| --https-port \
)

View File

@@ -2,7 +2,7 @@
#
# Bitnami OpenLDAP library
# shellcheck disable=SC1090,SC1091
# shellcheck disable=SC1090,SC1091,SC2119,SC2120
# Load Generic Libraries
. /opt/bitnami/scripts/libfile.sh