From 0735ec933777cb5fd1427c5311dcb6712def476d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 9 Sep 2020 06:41:50 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 306cec60e..d1804cc6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The following sections list the changes in ocis-glauth unreleased. * Bugfix - Return invalid credentials when user was not found: [#30](https://github.com/owncloud/ocis-glauth/pull/30) * Bugfix - Query numeric attribute values without quotes: [#28](https://github.com/owncloud/ocis-glauth/issues/28) +* Bugfix - Use searchBaseDN if already a user/group name: [#214](https://github.com/owncloud/product/issues/214) * Bugfix - Fix LDAP substring startswith filters: [#31](https://github.com/owncloud/ocis-glauth/pull/31) ## Details @@ -35,6 +36,16 @@ The following sections list the changes in ocis-glauth unreleased. https://github.com/owncloud/ocis-accounts/pull/68 +* Bugfix - Use searchBaseDN if already a user/group name: [#214](https://github.com/owncloud/product/issues/214) + + In case of the searchBaseDN already referencing a user or group, the search query was ignoring + the user/group name entirely, because the searchBaseDN is not part of the LDAP filters. We + fixed this by including an additional query part if the searchBaseDN contains a CN. + + https://github.com/owncloud/product/issues/214 + https://github.com/owncloud/ocis-glauth/pull/32 + + * Bugfix - Fix LDAP substring startswith filters: [#31](https://github.com/owncloud/ocis-glauth/pull/31) Filters like `(mail=mar*)` are currentld not parsed correctly, but they are used when