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