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