summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-10-31 21:58:13 +0200
committerLauri Ojansivu <x@xet7.org>2018-10-31 21:58:13 +0200
commit7188879567a78b01d0c8f0e5e47988e2487bea17 (patch)
tree1736269ebe349f85f5c524d9e89538d4dbdd08e2
parentc753d40f6cee484c8ce4dd39344cfd04b6cef810 (diff)
downloadwekan-7188879567a78b01d0c8f0e5e47988e2487bea17.tar.gz
wekan-7188879567a78b01d0c8f0e5e47988e2487bea17.tar.bz2
wekan-7188879567a78b01d0c8f0e5e47988e2487bea17.zip
- [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.
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
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.