Ensure :cacertfile is configurable in ConfigDB
This commit is contained in:
parent
44b836c94c
commit
d82abf925d
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue