Update docs/content/config/environment.md

This commit is contained in:
Keval Kapdee 2024-01-03 23:48:08 +00:00 committed by GitHub
parent ccfd43f6ef
commit 70b82e2146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ Configures the provisioning source of user accounts (including aliases) for user
- **empty** => use FILE - **empty** => use FILE
- LDAP => use LDAP authentication - LDAP => use LDAP authentication
OIDC => use OIDC authentication (**not yet implemented**) - OIDC => use OIDC authentication (**not yet implemented**)
- FILE => use local files (this is used as the default) - FILE => use local files (this is used as the default)
A second container for the ldap service is necessary (e.g. [`bitnami/openldap`](https://hub.docker.com/r/bitnami/openldap/)). A second container for the ldap service is necessary (e.g. [`bitnami/openldap`](https://hub.docker.com/r/bitnami/openldap/)).