Skip to content

Commit 11217c7

Browse files
committed
fix: disable REFERRALS in ldap
1 parent 6548e63 commit 11217c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ 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" > /etc/ldap/ldap.conf
99+
echo "TLS_CACERT /etc/ssl/certs/ca-certificates.crt\nREFERRALS off" > /etc/ldap/ldap.conf
100100

101101
# Copy installation from builder
102102
COPY --from=builder --chown=${ZOPE_UID}:${ZOPE_GID} $ZOPE_HOME $ZOPE_HOME

0 commit comments

Comments
 (0)