From 7188879567a78b01d0c8f0e5e47988e2487bea17 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 31 Oct 2018 21:58:13 +0200 Subject: - [Fix typo about ldaps](https://github.com/wekan/wekan/pull/1980). Documentation said to set LDAP_ENCRYPTION to true if we want to use ldaps, but the code in wekan-ldap does not check if it is set to true, but if the value equals to 'ssl' instead. Thanks to imkwx. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f2b7f6..e3a6af3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This release fixes the following bugs: - Remove single quotes, because settings are quoted automatically. - Comment out most settings that have default values. - Fix typos in CHANGELOG.md, thanks to Hillside502 and loginKing. -- Fix typo about ldaps. +- [Fix typo about ldaps](https://github.com/wekan/wekan/pull/1980). Documentation said to set LDAP_ENCRYPTION to true if we want to use ldaps, but the code in wekan-ldap does not check if it is set to true, but if the value equals to 'ssl' instead. Thanks to imkwx. -- cgit v1.2.3-1-g7c22