Merge pull request #3593 from Icinga/feature/docs-ldap-timeout

Add docs for timeout on LDAP resource
This commit is contained in:
Eric Lippmann 2018-10-18 11:04:19 +02:00 committed by GitHub
commit d1d7526ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>