From cb095cf6bde5a947037558a971e4593000759bb0 Mon Sep 17 00:00:00 2001 From: Alex Unger Date: Thu, 30 Jul 2020 14:40:39 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d84076440e..24f4fddd47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,20 @@ The following sections list the changes in ocis-glauth unreleased. ## Summary +* 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) ## Details +* Bugfix - Return invalid credentials when user was not found: [#30](https://github.com/owncloud/ocis-glauth/pull/30) + + We were relying on an error code of the ListAccounts call when the username and password was + wrong. But the list will be empty if no user with the given login was found. So we also need to check + if the list of accounts is empty. + + https://github.com/owncloud/ocis-glauth/pull/30 + + * Bugfix - Query numeric attribute values without quotes: [#28](https://github.com/owncloud/ocis-glauth/issues/28) Some LDAP properties like `uidnumber` and `gidnumber` are numeric. When an OS tries to look up a