From d26ede6bb0154b4dd0e165559d9634479ab8a51f Mon Sep 17 00:00:00 2001 From: STAM Date: Fri, 4 Sep 2020 16:57:42 +0300 Subject: [PATCH] ldap fix websites --- websites/latest/Dockerfile | 5 +++++ websites/php7.2/Dockerfile | 5 +++++ websites/php7.3/Dockerfile | 6 ++++++ websites/php7.4/Dockerfile | 5 +++++ 4 files changed, 21 insertions(+) diff --git a/websites/latest/Dockerfile b/websites/latest/Dockerfile index 4a5536aae..490754c90 100644 --- a/websites/latest/Dockerfile +++ b/websites/latest/Dockerfile @@ -126,6 +126,11 @@ RUN apt-get update && \ ln -sf /etc/ssl/dhparam.pem /etc/apache2/dhparam.pem && \ php -v +################################################################## +# LDAP Fix +################################################################## +RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf + ################################################################## # Installing IOnCube addon ################################################################## diff --git a/websites/php7.2/Dockerfile b/websites/php7.2/Dockerfile index 61d2bc8b7..7e44e80a6 100644 --- a/websites/php7.2/Dockerfile +++ b/websites/php7.2/Dockerfile @@ -83,6 +83,11 @@ RUN apt-get update && \ ln -sf /etc/ssl/dhparam.pem /etc/apache2/dhparam.pem && \ php -v +################################################################## +# LDAP Fix +################################################################## +RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf + ################################################################## # Installing IOnCube addon ################################################################## diff --git a/websites/php7.3/Dockerfile b/websites/php7.3/Dockerfile index 6d0dee622..f3a7c9143 100644 --- a/websites/php7.3/Dockerfile +++ b/websites/php7.3/Dockerfile @@ -127,6 +127,12 @@ RUN apt-get update && \ ln -sf /etc/ssl/dhparam.pem /etc/apache2/dhparam.pem && \ php -v +################################################################## +# LDAP Fix +################################################################## +RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf + + ################################################################## # Installing IOnCube addon ################################################################## diff --git a/websites/php7.4/Dockerfile b/websites/php7.4/Dockerfile index 4a5536aae..490754c90 100644 --- a/websites/php7.4/Dockerfile +++ b/websites/php7.4/Dockerfile @@ -126,6 +126,11 @@ RUN apt-get update && \ ln -sf /etc/ssl/dhparam.pem /etc/apache2/dhparam.pem && \ php -v +################################################################## +# LDAP Fix +################################################################## +RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf + ################################################################## # Installing IOnCube addon ##################################################################