Add docs for timeout on LDAP resource

refs #3592
This commit is contained in:
Michael Friedrich 2018-10-18 10:52:01 +02:00
parent d1cbc4b05c
commit 3d949ac9e6
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ root\_dn | **Required.** Root object of the tree, e.g. `ou=peopl
bind\_dn | **Required.** The user to use when connecting to the server.
bind\_pw | **Required.** The password to use when connecting to the server.
encryption | **Optional.** Type of encryption to use: `none` (default), `starttls`, `ldaps`.
timeout | **Optional.** Connection timeout for every LDAP connection. Defaults to `5`.
#### Example <a id="resources-configuration-ldap-example"></a>