Automated changelog update [skip ci]
This commit is contained in:
@@ -6,11 +6,20 @@ The following sections list the changes in ocis-glauth unreleased.
|
|||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
|
* Bugfix - Ignore case when comparing objectclass values: [#26](https://github.com/owncloud/ocis-glauth/pull/26)
|
||||||
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#24](https://github.com/owncloud/ocis-glauth/pull/24)
|
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#24](https://github.com/owncloud/ocis-glauth/pull/24)
|
||||||
* Enhancement - Implement group queries: [#22](https://github.com/owncloud/ocis-glauth/issues/22)
|
* Enhancement - Implement group queries: [#22](https://github.com/owncloud/ocis-glauth/issues/22)
|
||||||
|
|
||||||
## Details
|
## Details
|
||||||
|
|
||||||
|
* Bugfix - Ignore case when comparing objectclass values: [#26](https://github.com/owncloud/ocis-glauth/pull/26)
|
||||||
|
|
||||||
|
The LDAP equality comparison is specified as case insensitive. We fixed the comparison for
|
||||||
|
objectclass properties.
|
||||||
|
|
||||||
|
https://github.com/owncloud/ocis-glauth/pull/26
|
||||||
|
|
||||||
|
|
||||||
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#24](https://github.com/owncloud/ocis-glauth/pull/24)
|
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#24](https://github.com/owncloud/ocis-glauth/pull/24)
|
||||||
|
|
||||||
ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.
|
ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.
|
||||||
|
|||||||
Reference in New Issue
Block a user