add/improve documentation

This commit is contained in:
Christoph Haas
2025-05-16 14:58:05 +02:00
parent e9005b1b90
commit 75a5f3d815
10 changed files with 263 additions and 3 deletions

View File

@@ -552,6 +552,8 @@ Below are the properties for each LDAP provider entry inside `auth.ldap`:
```text
(&(objectClass=organizationalPerson)(mail={{login_identifier}})(!userAccountControl:1.2.840.113556.1.4.803:=2))
```
- **Important**: The `login_filter` must always be a valid LDAP filter. It should at most return one user.
If the filter returns multiple or no users, the login will fail.
#### `admin_group`
- **Default:** *(empty)*