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