From 24744f8190118b133b52a69eefa0183abfa405fd Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 7 Nov 2024 09:55:04 +0200 Subject: [PATCH] config/dict: Add max_idle_time for dict-ldap --- docs/core/config/dict.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/config/dict.md b/docs/core/config/dict.md index 32edaf903..6d75a12bf 100644 --- a/docs/core/config/dict.md +++ b/docs/core/config/dict.md @@ -96,6 +96,7 @@ dict { | `debug` | NO | Enable debug. `0` = off (default), `1` = on. | | `password` | NO | Password to use, only SIMPLE auth is supported at the moment. (default: none) | | `timeout` | NO | How long to wait for reply, in seconds. (default:30 seconds) | +| `max_idle_time` | NO | Disconnect from LDAP server after connection has been idle for this many seconds. (default: never) | | `tls` | NO | Use TLS?
`yes`: Require either ldaps or successful start TLS
`try`: Send start TLS if necessary (default)
`no`: Do not send start TLS. | #### Examples