diff --git a/pages/docs/configuration/authentication/ldap.mdx b/pages/docs/configuration/authentication/ldap.mdx index 31ad50caf..06d0b0d38 100644 --- a/pages/docs/configuration/authentication/ldap.mdx +++ b/pages/docs/configuration/authentication/ldap.mdx @@ -11,12 +11,13 @@ You can use a Lightweight Directory Access Protocol (LDAP) authentication server **Basic Configuration** -- `LDAP_URL` and `LDAP_USER_SEARCH_BASE` are required. +- `LDAP_URL` and `LDAP_USER_SEARCH_BASE` are required. `LDAP_URL` supports a comma-separated list for multiple servers. +- Multiple URLs are tried in order on connection failures; authentication or search failures do not fall back. - `LDAP_SEARCH_FILTER` is optional; if not specified, the `mail` attribute is used by default. If specified, use the literal `{{username}}` to use the given username for the search.