Skip to content

Commit

Permalink
Merge branch '2024.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabci committed Feb 10, 2025
2 parents 7e27b64 + 7eb083b commit bb4f4fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/dockerimage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ COPY --from=gomplate /bin/gomplate /usr/bin/gomplate
RUN mkdir /usr/local/busybox \
&& busybox --install /usr/local/busybox
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/busybox
RUN wget -O /usr/local/bin/tika.jar https://dlcdn.apache.org/tika/2.9.2/tika-app-2.9.2.jar
RUN wget -O /usr/local/bin/tika.jar https://dlcdn.apache.org/tika/2.9.3/tika-app-2.9.3.jar
RUN addgroup --system -gid 150 tine20 && \
adduser --system --no-create-home --disabled-password --shell /bin/bash --gecos "tine20 user" --ingroup tine20 --uid 150 tine20 && \
mkdir -p /etc/tine20/conf.d && \
Expand Down
3 changes: 3 additions & 0 deletions tine20/Tinebase/Group/Ldap.php
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,9 @@ public function resolveUUIdToGIdNumber($_uuid)
public function getGroupMembershipsFromSyncBackend($_userId)
{
if ($this->isDisabledBackend()) {
if (Tinebase_Core::isLogLevel(Zend_Log::DEBUG)) {
Tinebase_Core::getLogger()->debug(__METHOD__ . '::' . __LINE__ . ' isDisabledBackend');
}
return [];
}

Expand Down

0 comments on commit bb4f4fd

Please sign in to comment.