Releases: owncloud/ocis-glauth
0.5.0
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.
0.4.0
Changes in 0.4.0
Summary
- Enhancement - Configuration: #11
- Enhancement - Improve default settings: #12
- Enhancement - Generate temporary ldap certificates if LDAPS is enabled: #12
- Enhancement - Provide additional tls-endpoint: #12
Details
-
Enhancement - Configuration: #11
Extensions should be responsible of configuring themselves. We use Viper for config loading
from default paths. Environment variables WILL take precedence over config files. -
Enhancement - Improve default settings: #12
This helps achieve zero-config in single-binary.
-
Enhancement - Generate temporary ldap certificates if LDAPS is enabled: #12
This change helps to achieve zero-configuration in single-binary mode.
-
Enhancement - Provide additional tls-endpoint: #12
Ocis-glauth is now able to concurrently serve a encrypted and an unencrypted ldap-port.
Please note that only SSL (no StarTLS) is supported at the moment.
0.3.0
Changes in 0.3.0
Summary
- Change - Use physicist demo users: #5
Details
-
Change - Use physicist demo users: #5
Demo users like admin, demo and test don't allow you to tell a story. Which is why we changed the
set of hard coded demo users toeinstein
,marie
andfeynman
. You should know who they are.
This also changes the ldap domain fromdc=owncloud,dc=com
todc=example,dc=org
because
that is what these users use as their email domain. There are alsokonnectd
andreva
for
technical purposes, eg. to allow konnectd and reva to bind to glauth.
0.2.0
Changes in 0.2.0
Summary
- Change - Default to config based user backend: #6
Details
-
Change - Default to config based user backend: #6
We changed the default configuration to use the config file backend instead of the ownCloud
backend.The config backend currently only has two hard coded users: demo and admin. To switch back to the
ownCloud backend useGLAUTH_BACKEND_DATASTORE=owncloud