We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6548e63 commit 11217c7Copy full SHA for 11217c7
1 file changed
Dockerfile
@@ -96,7 +96,7 @@ RUN groupadd -g ${ZOPE_GID} zope-www && \
96
97
# Configure OpenLDAP
98
RUN mkdir -p /etc/ldap && \
99
- echo "TLS_CACERT /etc/ssl/certs/ca-certificates.crt" > /etc/ldap/ldap.conf
+ echo "TLS_CACERT /etc/ssl/certs/ca-certificates.crt\nREFERRALS off" > /etc/ldap/ldap.conf
100
101
# Copy installation from builder
102
COPY --from=builder --chown=${ZOPE_UID}:${ZOPE_GID} $ZOPE_HOME $ZOPE_HOME
0 commit comments