Skip to content

Commit 5a49e99

Browse files
committed
fix: fixed ldap.conf
1 parent 11217c7 commit 5a49e99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ RUN groupadd -g ${ZOPE_GID} zope-www && \
9696

9797
# Configure OpenLDAP
9898
RUN mkdir -p /etc/ldap && \
99-
echo "TLS_CACERT /etc/ssl/certs/ca-certificates.crt\nREFERRALS off" > /etc/ldap/ldap.conf
100-
99+
echo "TLS_CACERT /etc/ssl/certs/ca-certificates.crt" > /etc/ldap/ldap.conf && \
100+
echo "REFERRALS off" >> /etc/ldap/ldap.conf
101101
# Copy installation from builder
102102
COPY --from=builder --chown=${ZOPE_UID}:${ZOPE_GID} $ZOPE_HOME $ZOPE_HOME
103103

0 commit comments

Comments
 (0)