mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* added documentation as requested
* Update plugins/doc_fragments/ldap.py
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 8515c03dc7
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
9552140d23
commit
e40cb558c6
1 changed files with 3 additions and 1 deletions
|
@ -38,8 +38,10 @@ options:
|
||||||
version_added: 2.0.0
|
version_added: 2.0.0
|
||||||
server_uri:
|
server_uri:
|
||||||
description:
|
description:
|
||||||
- A URI to the LDAP server.
|
- The I(server_uri) parameter may be a comma- or whitespace-separated list of URIs containing only the schema, the host, and the port fields.
|
||||||
- The default value lets the underlying LDAP client library look for a UNIX domain socket in its default location.
|
- The default value lets the underlying LDAP client library look for a UNIX domain socket in its default location.
|
||||||
|
- Note that when using multiple URIs you cannot determine to which URI your client gets connected.
|
||||||
|
- For URIs containing additional fields, particularly when using commas, behavior is undefined.
|
||||||
type: str
|
type: str
|
||||||
default: ldapi:///
|
default: ldapi:///
|
||||||
start_tls:
|
start_tls:
|
||||||
|
|
Loading…
Reference in a new issue