mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-02 22:39:09 -07:00
(cherry picked from commit bcecf2dcdc
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
5a2e7f9b1b
commit
1b2fbd72de
18 changed files with 30 additions and 30 deletions
|
@ -49,13 +49,13 @@ options:
|
|||
description:
|
||||
- If true, we'll use the START_TLS LDAP extension.
|
||||
type: bool
|
||||
default: no
|
||||
default: false
|
||||
validate_certs:
|
||||
description:
|
||||
- If set to C(no), SSL certificates will not be validated.
|
||||
- If set to C(false), SSL certificates will not be validated.
|
||||
- This should only be used on sites using self-signed certificates.
|
||||
type: bool
|
||||
default: yes
|
||||
default: true
|
||||
sasl_class:
|
||||
description:
|
||||
- The class to use for SASL authentication.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue