fix incorrect documentation for ldap providers (#408)

This commit is contained in:
Christoph
2025-04-19 12:21:45 +02:00
parent 37904f96fb
commit a60feb7fc9
3 changed files with 4 additions and 2 deletions

View File

@@ -456,6 +456,10 @@ Below are the properties for each OAuth provider entry inside `auth.oauth`:
The `ldap` array contains a list of LDAP authentication providers.
Below are the properties for each LDAP provider entry inside `auth.ldap`:
#### `provider_name`
- **Default:** *(empty)*
- **Description:** A **unique** name for this provider. Must not conflict with other providers.
#### `url`
- **Default:** *(empty)*
- **Description:** The LDAP server URL (e.g., `ldap://srv-ad01.company.local:389`).