Skip to content

Commit

Permalink
feat: add LDAP_ATTRIBUTE_FOR_MAIL to env-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lich72 committed Jan 9, 2025
1 parent fe642b4 commit a6e91ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/getting-started/advanced-topics/env-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1819,6 +1819,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`
Expand Down

0 comments on commit a6e91ec

Please sign in to comment.