From 6a4bc401c5e4cee35f11aec1c84b57a6310e9898 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 16:30:27 +0200 Subject: [PATCH] [PR #8377/da8b133a backport][stable-7] add clarifying notes to scope description (#8385) add clarifying notes to scope description (#8377) (cherry picked from commit da8b133a7325238de71b363fa906465bc42c9743) Co-authored-by: Jay Hendren <3742215+jayhendren@users.noreply.github.com> --- plugins/modules/ldap_search.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/ldap_search.py b/plugins/modules/ldap_search.py index 45744e634a..7958f86e0b 100644 --- a/plugins/modules/ldap_search.py +++ b/plugins/modules/ldap_search.py @@ -44,6 +44,8 @@ options: type: str description: - The LDAP scope to use. + - V(subordinate) requires the LDAPv3 subordinate feature extension. + - V(children) is equivalent to a "subtree" scope. filter: default: '(objectClass=*)' type: str