summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-09-11 12:45:33 -0400
committerMark Felder <feld@feld.me>2024-09-11 12:47:46 -0400
commit7def11d7c352f13ce0f12715649359344cbba9a6 (patch)
treee10ea83ecbadc77f265ae933fb8e2bee0e83e865 /changelog.d
parent20e82c7456b7045930a47eaea2b8aa6733a91f49 (diff)
downloadpleroma-7def11d7c352f13ce0f12715649359344cbba9a6.tar.gz
pleroma-7def11d7c352f13ce0f12715649359344cbba9a6.zip
LDAP Auth: fix TLS certificate verification
Currently we only support STARTTLS and it was not verifying certificate and hostname correctly. We must pass a custom fqdn_fun/1 function so it knows what value to compare against.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/ldap-tls.fix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/ldap-tls.fix b/changelog.d/ldap-tls.fix
new file mode 100644
index 000000000..b15137d77
--- /dev/null
+++ b/changelog.d/ldap-tls.fix
@@ -0,0 +1 @@
+STARTTLS certificate and hostname verification for LDAP authentication