From e514c6fe3218da2f203f0d7f426f2ca601554698 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 10 Feb 2025 13:33:32 -0800 Subject: [PATCH] Update env-configuration.md Co-Authored-By: steelcg <38218864+steelcg@users.noreply.github.com> --- 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 58fed59..98b215b 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -1876,6 +1876,12 @@ See https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-registe - Description: Sets the attribute to use as username for LDAP authentication. - Persistence: This environment variable is a `PersistentConfig` variable. +#### `LDAP_ATTRIBUTE_FOR_MAIL` + +- Type: `str` +- Description: Sets the attribute to use as mail for LDAP authentication. +- Persistence: This environment variable is a `PersistentConfig` variable. + #### `LDAP_CA_CERT_FILE` - Type: `str`