From a5817c793ad22c639df97ff7e107ca8c40bd847f Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Wed, 9 Sep 2020 09:00:39 +0200 Subject: [PATCH] Add changeleog --- changelog/unreleased/update-glauth-fixing-search.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/update-glauth-fixing-search.md diff --git a/changelog/unreleased/update-glauth-fixing-search.md b/changelog/unreleased/update-glauth-fixing-search.md new file mode 100644 index 0000000000..d7741b9d04 --- /dev/null +++ b/changelog/unreleased/update-glauth-fixing-search.md @@ -0,0 +1,7 @@ +Bugfix: Update ocis-glauth for fixed single user search + +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