diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-10-31 21:57:05 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-10-31 21:57:05 +0200 |
commit | c753d40f6cee484c8ce4dd39344cfd04b6cef810 (patch) | |
tree | d295e13b06f748a0fc6e2fee24584925a1421a88 | |
parent | 706436b63895996da29fc4c8a9ed37ee7683094c (diff) | |
download | wekan-c753d40f6cee484c8ce4dd39344cfd04b6cef810.tar.gz wekan-c753d40f6cee484c8ce4dd39344cfd04b6cef810.tar.bz2 wekan-c753d40f6cee484c8ce4dd39344cfd04b6cef810.zip |
- Fix typo about ldaps.
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.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f4b54d1..a2f2b7f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ 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. + 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. Thanks to above mentioned GitHub users for their contributions. |