diff options
author | Mark Felder <feld@feld.me> | 2024-09-15 13:56:16 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-09-15 14:00:19 -0400 |
commit | af3bf8a4628c0b2981d69f624e3be298adc7dfe6 (patch) | |
tree | 5b83c84b153bc6ce631f1091680963c14b39356e /changelog.d | |
parent | 5539fea3bb0d272b4cefc2b72755cb3cd285cc67 (diff) | |
download | pleroma-af3bf8a4628c0b2981d69f624e3be298adc7dfe6.tar.gz pleroma-af3bf8a4628c0b2981d69f624e3be298adc7dfe6.zip |
Support implicit TLS connections
Update docs to clarify that the :ssl option is also for modern TLS, but the :tls option is only for STARTTLS
These options may benefit from being renamed but they match upstream terminology.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/ldaps.fix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/ldaps.fix b/changelog.d/ldaps.fix new file mode 100644 index 000000000..a1dc901ab --- /dev/null +++ b/changelog.d/ldaps.fix @@ -0,0 +1 @@ +LDAPS connections (implicit TLS) are now supported. |