mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-07 00:39:09 -07:00
ldap moduls: add optional ca_cert_file option (#6185)
* add ca_cert_file option * fix pr url * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> * update parameter name --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
f66cc7c933
commit
512bf4b77f
3 changed files with 12 additions and 0 deletions
|
@ -24,6 +24,11 @@ options:
|
|||
- The password to use with I(bind_dn).
|
||||
type: str
|
||||
default: ''
|
||||
ca_path:
|
||||
description:
|
||||
- Set the path to PEM file with CA certs.
|
||||
type: path
|
||||
version_added: "6.5.0"
|
||||
dn:
|
||||
required: true
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue