浏览代码

- 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.

Lauri Ojansivu 7 年之前
父节点
当前提交
c753d40f6c
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      CHANGELOG.md

+ 4 - 0
CHANGELOG.md

@@ -6,6 +6,10 @@ This release fixes the following bugs:
   - Remove single quotes, because settings are quoted automatically.
   - Remove single quotes, because settings are quoted automatically.
   - Comment out most settings that have default values.
   - Comment out most settings that have default values.
 - Fix typos in CHANGELOG.md, thanks to Hillside502 and loginKing.
 - 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.
 Thanks to above mentioned GitHub users for their contributions.