From 8aa4efe22d36d5467aa0278ac968776058571023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 17 Mar 2020 19:06:56 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 462796c33..be6b367f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Bugfix - Generate a random CSP-Nonce in the webapp: [#17](https://github.com/owncloud/ocis-konnectd/issues/17) * Change - Dummy index.html is not required anymore by upstream: [#25](https://github.com/owncloud/ocis-konnectd/issues/25) * Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-konnectd/issues/1) +* Change - Use glauth as ldap backend, default to running behind ocis-proxy: [#52](https://github.com/owncloud/ocis-konnectd/pull/52) ## Details @@ -29,3 +30,14 @@ https://github.com/owncloud/ocis-konnectd/issues/1 + +* Change - Use glauth as ldap backend, default to running behind ocis-proxy: [#52](https://github.com/owncloud/ocis-konnectd/pull/52) + + We changed the default configuration to integrate better with ocis. + + The default ldap port changes to 9125, which is used by ocis-glauth and we use ocis-proxy to do + the tls offloading. Clients are supposed to use the ocis-proxy endpoint + `https://localhost:9200` + + https://github.com/owncloud/ocis-konnectd/pull/52 +