Ensure :cacertfile is configurable in ConfigDB

This commit is contained in:
Mark Felder 2024-09-16 16:25:44 -04:00
parent 44b836c94c
commit d82abf925d

View file

@ -2297,6 +2297,12 @@
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"
}
]
},