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.
This commit is contained in:
Mark Felder 2024-09-15 13:56:16 -04:00
commit af3bf8a462
3 changed files with 31 additions and 24 deletions

1
changelog.d/ldaps.fix Normal file
View file

@ -0,0 +1 @@
LDAPS connections (implicit TLS) are now supported.