From 8515c03dc73fe95a7c67b635914dd5997de98477 Mon Sep 17 00:00:00 2001 From: Alexei Znamensky <103110+russoz@users.noreply.github.com> Date: Thu, 24 Mar 2022 19:05:26 +1300 Subject: [PATCH] ldap: added documentation as requested (#4389) * added documentation as requested * Update plugins/doc_fragments/ldap.py Co-authored-by: Felix Fontein Co-authored-by: Felix Fontein --- plugins/doc_fragments/ldap.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/doc_fragments/ldap.py b/plugins/doc_fragments/ldap.py index 1c9931fb85..e79fe3a681 100644 --- a/plugins/doc_fragments/ldap.py +++ b/plugins/doc_fragments/ldap.py @@ -38,8 +38,10 @@ options: version_added: 2.0.0 server_uri: 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. + - 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 default: ldapi:/// start_tls: