Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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