diff options
author | Mark Felder <feld@feld.me> | 2024-09-14 20:03:26 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-09-14 20:36:24 -0400 |
commit | 5539fea3bb0d272b4cefc2b72755cb3cd285cc67 (patch) | |
tree | 411e925a4620b7aa974c010ba2d2b9a98bf8a94a /changelog.d | |
parent | 7def11d7c352f13ce0f12715649359344cbba9a6 (diff) | |
download | pleroma-5539fea3bb0d272b4cefc2b72755cb3cd285cc67.tar.gz pleroma-5539fea3bb0d272b4cefc2b72755cb3cd285cc67.zip |
LDAP: permit overriding the CA root
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/ldap-ca.add | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/ldap-ca.add b/changelog.d/ldap-ca.add new file mode 100644 index 000000000..32ecbb5c0 --- /dev/null +++ b/changelog.d/ldap-ca.add @@ -0,0 +1 @@ +LDAP configuration now permits overriding the CA root certificate file for TLS validation. |