mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-26 17:22:30 +00:00
add ldap.starttls to config file docs
Signed-off-by: Bennet Bleßmann <bb-github@t-online.de>
This commit is contained in:
parent
e316f1dcd9
commit
8811ba6dfe
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ these are rarely used for various reasons.
|
|||
|
||||
| variables | example values | description |
|
||||
| --------- | ------ | ----------- |
|
||||
| `ldap` | `{providerName: ..., url: ..., bindDn: ..., bindCredentials: ..., searchBase: ..., searchFilter: ..., searchAttributes: ..., usernameField: ..., useridField: ..., tlsca: ...}` | An object detailing the LDAP connection. Refer to the [LDAP-AD guide](guides/auth/ldap-AD.md) for more details! |
|
||||
| `ldap` | `{providerName: ..., url: ..., bindDn: ..., bindCredentials: ..., searchBase: ..., searchFilter: ..., searchAttributes: ..., usernameField: ..., useridField: ..., starttls: ..., tlsca: ...}` | An object detailing the LDAP connection. Refer to the [LDAP-AD guide](guides/auth/ldap-AD.md) for more details! |
|
||||
|
||||
### OAuth2 Login
|
||||
|
||||
|
|
Loading…
Reference in a new issue