From 3d949ac9e64fe7c8b5815d9f929b4ceeb36bee61 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 18 Oct 2018 10:52:01 +0200 Subject: [PATCH] Add docs for timeout on LDAP resource refs #3592 --- doc/04-Resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/04-Resources.md b/doc/04-Resources.md index dc2e848e6..8124d29fb 100644 --- a/doc/04-Resources.md +++ b/doc/04-Resources.md @@ -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