summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-08-07 20:59:44 +0000
committerlain <lain@soykaf.club>2020-08-07 20:59:44 +0000
commit47698fc322da58894dd41c1bfd5ca0376200dc5e (patch)
tree0ad164ee09bba1a82560d192d71d14033f70b195 /CHANGELOG.md
parent39ca4a23c6c4a6cac9b277b8473ab9040a250e68 (diff)
parent54e2af829377b3f21823548e5612bbbb41550432 (diff)
downloadpleroma-47698fc322da58894dd41c1bfd5ca0376200dc5e.tar.gz
pleroma-47698fc322da58894dd41c1bfd5ca0376200dc5e.zip
Merge branch 'fix/ldap-auth-issues' into 'develop'
Fix LDAP auth issues Closes #1646 See merge request pleroma/pleroma!2852
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2a855bef..a8e80eb3c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Configuration: `:instance, rewrite_policy` moved to `:mrf, policies`, `:instance, :mrf_transparency` moved to `:mrf, :transparency`, `:instance, :mrf_transparency_exclusions` moved to `:mrf, :transparency_exclusions`. Old config namespace is deprecated.
- Configuration: `:media_proxy, whitelist` format changed to host with scheme (e.g. `http://example.com` instead of `example.com`). Domain format is deprecated.
- **Breaking:** Configuration: `:instance, welcome_user_nickname` moved to `:welcome, :direct_message, :sender_nickname`, `:instance, :welcome_message` moved to `:welcome, :direct_message, :message`. Old config namespace is deprecated.
+- **Breaking:** LDAP: Fallback to local database authentication has been removed for security reasons and lack of a mechanism to ensure the passwords are synchronized when LDAP passwords are updated.
<details>
<summary>API Changes</summary>