add ldap variables

This commit is contained in:
2021-09-15 19:16:52 +02:00
parent dd2e11392b
commit 84ac2a7462
3 changed files with 15 additions and 1 deletions

View File

@@ -21,3 +21,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
| `ki_db_image` | Datenbank-Image | `mariadb:10.6.3` |
| `ki_db_root_password` | KI DB Root Passwort | - |
| `ki_db_password` | KI DB Anwendungspasswort | - |
| `ki_auth` | Authentifizierungsmethode [`file`](https://git.wtf-eg.de/kompetenzinventar/ki-backend/src/branch/main/data/auth.yml) oder `ldap` | `file` |
| `ki_ldap_url` | LDAP Server URL | `ldaps://idp01.wtf-eg.net:636` |
| `ki_ldap_auth_user` | LDAP Login Benutzer | - |
| `ki_ldap_auth_password` | LDAP Login Passwort | - |
| `ki_ldap_base_dn` | Basis DN | `ou=people,dc=wtf-eg,dc=de` |