mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-20 09:21:24 -07:00
[PR #5815/5e1e8d06 backport][stable-5] ldap_entry documentation is lacking examples (#6254)
ldap_entry documentation is lacking examples (#5815)
* Add changelog fragment
* Add documentation for possible values of LDAP entry attributes
* Add PR information
* Update plugins/modules/ldap_entry.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
* remove changlog
* Update docstring
* Align ldap_attrs doc to ldap_entry module
* Update plugins/modules/ldap_attrs.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Change formulations.
---------
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 5e1e8d06ef
)
Co-authored-by: Cédric Servais <cedric.servais@outlook.com>
This commit is contained in:
parent
3e6974815f
commit
21478e3be0
2 changed files with 40 additions and 2 deletions
|
@ -57,8 +57,15 @@ options:
|
|||
required: true
|
||||
type: dict
|
||||
description:
|
||||
- The attribute(s) and value(s) to add or remove. The complex argument format is required in order to pass
|
||||
a list of strings (see examples).
|
||||
- The attribute(s) and value(s) to add or remove.
|
||||
- Each attribute value can be a string for single-valued attributes or
|
||||
a list of strings for multi-valued attributes.
|
||||
- If you specify values for this option in YAML, please note that you can improve
|
||||
readability for long string values by using YAML block modifiers as seen in the
|
||||
examples for this module.
|
||||
- Note that when using values that YAML/ansible-core interprets as other types,
|
||||
like C(yes), C(no) (booleans), or C(2.10) (float), make sure to quote them if
|
||||
these are meant to be strings. Otherwise the wrong values may be sent to LDAP.
|
||||
ordered:
|
||||
required: false
|
||||
type: bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue