This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
Changes in 0.5.0
Summary
- Bugfix - Ignore case when comparing objectclass values: #26
- Bugfix - Build docker images with alpine:latest instead of alpine:edge: #24
- Enhancement - Handle ownCloudUUID attribute: #27
- Enhancement - Implement group queries: #22
Details
-
Bugfix - Ignore case when comparing objectclass values: #26
The LDAP equality comparison is specified as case insensitive. We fixed the comparison for
objectclass properties. -
Bugfix - Build docker images with alpine:latest instead of alpine:edge: #24
ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.
-
Enhancement - Handle ownCloudUUID attribute: #27
Clients can now query an accounts immutable id by using the new
ownCloudUUID
attribute. -
Enhancement - Implement group queries: #22
Refactored the handler and implemented group queries.