Documentation: Update modules README with ldap_cache variable.

This patch adds documentation for ldap_cache variable to all modules.
This commit is contained in:
Rafael Guterres Jeffman
2021-09-23 16:09:55 -03:00
parent 1049a6c8c6
commit 469fef1365
29 changed files with 30 additions and 0 deletions

View File

@@ -139,6 +139,7 @@ Variable | Description | Required
`ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no
`ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no
`ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no
`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no
`name` \| `aciname` | The list of selfservice name strings. | yes
`permission` \| `permissions` | The permission to grant `read`, `read,write`, `write`]. Default is `write`. | no
`attribute` \| `attrs` | The attribute list to which the selfservice applies. | no