Skip to content

Commit 7fb66c0

Browse files
sirainencmouse
authored andcommitted
config/dict: Replace LDAP parameters with list of LDAP settings
1 parent caca8d7 commit 7fb66c0

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

docs/core/config/dict.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,9 @@ dict_legacy {
8787
```
8888
:::
8989

90-
#### LDAP Parameters
91-
92-
| Parameter | Required | Description |
93-
| --------- | -------- | ----------- |
94-
| `uri` | **YES** | LDAP connection URI as expected by OpenLDAP. |
95-
| `bind_dn` | NO | DN or upn to use for binding. (default: none) |
96-
| `debug` | NO | Enable debug. `0` = off (default), `1` = on. |
97-
| `password` | NO | Password to use, only SIMPLE auth is supported at the moment. (default: none) |
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) |
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. |
90+
#### LDAP Settings
91+
92+
<SettingsComponent tag="dict-ldap" level="2" />
10193

10294
#### Examples
10395

0 commit comments

Comments
 (0)