Skip to content

Commit

Permalink
config/dict: Add max_idle_time for dict-ldap
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen authored and cmouse committed Nov 7, 2024
1 parent 0c12d5e commit 24744f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/core/config/dict.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?<br/>`yes`: Require either ldaps or successful start TLS<br/> `try`: Send start TLS if necessary (default)<br/> `no`: Do not send start TLS. |

#### Examples
Expand Down

0 comments on commit 24744f8

Please sign in to comment.