commit: d82abf925ddbe8b98ba8191713115db50c38a0c0
parent 44b836c94c1059551fbc7564770001311d2d1e6a
Author: Mark Felder <feld@feld.me>
Date: Mon, 16 Sep 2024 16:25:44 -0400
Ensure :cacertfile is configurable in ConfigDB
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/config/description.exs b/config/description.exs
@@ -2297,6 +2297,12 @@ config :pleroma, :config_description, [
description:
"LDAP attribute name to authenticate the user, e.g. when \"cn\", the filter will be \"cn=username,base\"",
suggestions: ["cn"]
+ },
+ %{
+ key: :cacertfile,
+ label: "CACertfile",
+ type: :string,
+ description: "Path to CA certificate file"
}
]
},