diff --git a/docs/configuration-config-file.md b/docs/configuration-config-file.md index 17b608a3f..db00e3a82 100644 --- a/docs/configuration-config-file.md +++ b/docs/configuration-config-file.md @@ -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