You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/config/dict.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ dict {
96
96
|`debug`| NO | Enable debug. `0` = off (default), `1` = on. |
97
97
|`password`| NO | Password to use, only SIMPLE auth is supported at the moment. (default: none) |
98
98
|`timeout`| NO | How long to wait for reply, in seconds. (default:30 seconds) |
99
+
|`max_idle_time`| NO | Disconnect from LDAP server after connection has been idle for this many seconds. (default: never) |
99
100
|`tls`| NO | Use TLS?<br/>`yes`: Require either ldaps or successful start TLS<br/> `try`: Send start TLS if necessary (default)<br/> `no`: Do not send start TLS. |
0 commit comments