From 229b74b7ac99bf3ce25af8c499354e0b8d352d94 Mon Sep 17 00:00:00 2001 From: Yuki Saijo Date: Mon, 5 Jan 2026 15:47:49 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Adocs:=20ldap-url-failover?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/docs/configuration/authentication/ldap.mdx | 5 +++-- pages/docs/configuration/dotenv.mdx | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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.