add ldap.starttls to config file docs

Signed-off-by: Bennet Bleßmann <bb-github@t-online.de>
This commit is contained in:
Bennet Bleßmann 2020-08-05 00:45:06 +02:00
parent e316f1dcd9
commit 8811ba6dfe
No known key found for this signature in database
GPG key ID: 3BE1A1A3CBC3CF99

View file

@ -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