mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
- [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.
This commit is contained in:
parent
c753d40f6c
commit
7188879567
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ 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.
|
- [Fix typo about ldaps](https://github.com/wekan/wekan/pull/1980).
|
||||||
Documentation said to set LDAP_ENCRYPTION to true if we want to use
|
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,
|
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.
|
but if the value equals to 'ssl' instead. Thanks to imkwx.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue