2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-07-05 00:59:28 +03:00

ldap fix websites

This commit is contained in:
STAM 2020-09-04 16:57:42 +03:00
parent 7dc324578d
commit d26ede6bb0
4 changed files with 21 additions and 0 deletions
websites

@ -126,6 +126,11 @@ RUN apt-get update && \
ln -sf /etc/ssl/dhparam.pem /etc/apache2/dhparam.pem && \ ln -sf /etc/ssl/dhparam.pem /etc/apache2/dhparam.pem && \
php -v php -v
##################################################################
# LDAP Fix
##################################################################
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
################################################################## ##################################################################
# Installing IOnCube addon # Installing IOnCube addon
################################################################## ##################################################################

@ -83,6 +83,11 @@ RUN apt-get update && \
ln -sf /etc/ssl/dhparam.pem /etc/apache2/dhparam.pem && \ ln -sf /etc/ssl/dhparam.pem /etc/apache2/dhparam.pem && \
php -v php -v
##################################################################
# LDAP Fix
##################################################################
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
################################################################## ##################################################################
# Installing IOnCube addon # Installing IOnCube addon
################################################################## ##################################################################

@ -127,6 +127,12 @@ RUN apt-get update && \
ln -sf /etc/ssl/dhparam.pem /etc/apache2/dhparam.pem && \ ln -sf /etc/ssl/dhparam.pem /etc/apache2/dhparam.pem && \
php -v php -v
##################################################################
# LDAP Fix
##################################################################
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
################################################################## ##################################################################
# Installing IOnCube addon # Installing IOnCube addon
################################################################## ##################################################################

@ -126,6 +126,11 @@ RUN apt-get update && \
ln -sf /etc/ssl/dhparam.pem /etc/apache2/dhparam.pem && \ ln -sf /etc/ssl/dhparam.pem /etc/apache2/dhparam.pem && \
php -v php -v
##################################################################
# LDAP Fix
##################################################################
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
################################################################## ##################################################################
# Installing IOnCube addon # Installing IOnCube addon
################################################################## ##################################################################