changelog

This commit is contained in:
Ilja Neumann
2020-03-18 21:05:53 +01:00
parent cc10b14134
commit 7962c3a867
3 changed files with 16 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
Enhancement: Improve default settings
This helps achieve zero-config in single-binary.
https://github.com/owncloud/ocis-glauth/pull/12
@@ -0,0 +1,5 @@
Enhancement: Generate temporary ldap certificates if LDAPS is enabled
This change helps to achieve zero-configuration in single-binary mode.
https://github.com/owncloud/ocis-glauth/pull/12
+6
View File
@@ -0,0 +1,6 @@
Enhancement: Provide additional tls-endpoint
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.
https://github.com/owncloud/ocis-glauth/pull/12