Skip to content

Commit 24744f8

Browse files
sirainencmouse
authored andcommitted
config/dict: Add max_idle_time for dict-ldap
1 parent 0c12d5e commit 24744f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/core/config/dict.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ dict {
9696
| `debug` | NO | Enable debug. `0` = off (default), `1` = on. |
9797
| `password` | NO | Password to use, only SIMPLE auth is supported at the moment. (default: none) |
9898
| `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) |
99100
| `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. |
100101

101102
#### Examples

0 commit comments

Comments
 (0)