From fd12984bbae72d20a373123e108aff19c6db1dbb Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 22 Mar 2026 14:44:57 +0100 Subject: [PATCH] outpost from direct to cached --- authentik/blueprint-ldap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authentik/blueprint-ldap.yaml b/authentik/blueprint-ldap.yaml index 375c40d..50930e1 100644 --- a/authentik/blueprint-ldap.yaml +++ b/authentik/blueprint-ldap.yaml @@ -18,8 +18,8 @@ data: authorization_flow: !Find [authentik_flows.flow, [slug, default-authentication-flow]] invalidation_flow: !Find [authentik_flows.flow, [slug, default-provider-invalidation-flow]] base_dn: "DC=ldap,DC=goauthentik,DC=io" - bind_mode: direct - search_mode: direct + bind_mode: cached + search_mode: cached mfa_support: false - model: authentik_core.application id: ldap-app