From d987668a88bd8f47e745539df2630eca8c46ad16 Mon Sep 17 00:00:00 2001 From: Hans Gaiser Date: Wed, 14 May 2025 11:08:30 +0200 Subject: [PATCH] Add documentation about LDAP_VALIDATE_CERT. --- docs/getting-started/env-configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index a4d8f6e..abd06c8 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -2702,6 +2702,12 @@ See https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-o - Description: Sets the path to the LDAP CA certificate file. - Persistence: This environment variable is a `PersistentConfig` variable. +#### `LDAP_VALIDATE_CERT` + +- Type: `bool` +- Description: Sets whether to validate the LDAP CA certificate. +- Persistence: This environment variable is a `PersistentConfig` variable. + #### `LDAP_CIPHERS` - Type: `str`