From 6f94a03a3cc3a6df4c8d7ff8d3f882c50e74a253 Mon Sep 17 00:00:00 2001 From: goeranh Date: Fri, 7 Nov 2025 15:52:21 +0100 Subject: [PATCH] document the contents of authentik-ldap-env --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2b205fb..11cbdde 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,14 @@ Authentik kann nicht ohne env datei starten echo "AUTHENTIK_SECRET_KEY=$(openssl rand -hex 32)" > /var/lib/authentik_secret ``` danach muss man dann im browser den initial setup flow machen +und dann ldap provider einrichten +https://docs.goauthentik.io/add-secure-apps/providers/ldap/generic_setup + +/var/lib/authentik-ldap-env +``` +AUTHENTIK_HOST=https://auth.test.htw.stura-dresden.de +AUTHENTIK_TOKEN= +``` ## Setup Mail ```bash