From 56d208c23c9293986bfba673cfd052ecda1bb7e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 9 Sep 2020 08:18:10 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3efc40254..61371ff6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Bugfix - Add missing env vars to docker compose: [#392](https://github.com/owncloud/ocis/pull/392) * Bugfix - Don't enforce empty external apps slice: [#473](https://github.com/owncloud/ocis/pull/473) * Bugfix - Fix director selection in proxy: [#521](https://github.com/owncloud/ocis/pull/521) +* Bugfix - Update ocis-glauth for fixed single user search: [#214](https://github.com/owncloud/product/issues/214) * Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#416](https://github.com/owncloud/ocis/pull/416) * Change - Add the thumbnails command: [#156](https://github.com/owncloud/ocis/issues/156) * Change - Integrate import command from ocis-migration: [#249](https://github.com/owncloud/ocis/pull/249) @@ -66,6 +67,17 @@ https://github.com/owncloud/ocis-proxy/pull/99 +* Bugfix - Update ocis-glauth for fixed single user search: [#214](https://github.com/owncloud/product/issues/214) + + We updated ocis-glauth to a version that comes with a fix for searching a single user or group. + ocis-glauth was dropping search context before by ignoring the searchBaseDN for filtering. + This has been fixed. + + https://github.com/owncloud/product/issues/214 + https://github.com/owncloud/ocis/pull/535 + https://github.com/owncloud/ocis-glauth/pull/32 + + * Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#416](https://github.com/owncloud/ocis/pull/416) ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.