1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

add clarifying notes to scope description (#8377)

This commit is contained in:
Jay Hendren 2024-05-18 08:13:59 -06:00 committed by GitHub
parent a409f8fc2f
commit da8b133a73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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