From da8b133a7325238de71b363fa906465bc42c9743 Mon Sep 17 00:00:00 2001 From: Jay Hendren <3742215+jayhendren@users.noreply.github.com> Date: Sat, 18 May 2024 08:13:59 -0600 Subject: [PATCH] add clarifying notes to scope description (#8377) --- 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