From e19fe6a9737ca82e4eaf170f47aaa6c28bd608fd Mon Sep 17 00:00:00 2001 From: soraefir Date: Thu, 14 May 2026 20:27:24 +0200 Subject: [PATCH] remove usuported blueprint --- .../server/containers/data/authentik/ldap.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/modules/server/containers/data/authentik/ldap.yaml b/modules/server/containers/data/authentik/ldap.yaml index 7534949..905114c 100644 --- a/modules/server/containers/data/authentik/ldap.yaml +++ b/modules/server/containers/data/authentik/ldap.yaml @@ -43,20 +43,3 @@ entries: password: !Env DEFAULT_LDAP_PASSWORD attributes: ak_recovery_immutable: true - - - model: authentik_core.role - state: present - identifiers: - name: "LDAP Search Role" - attrs: - users: - - !Find [authentik_core.user, [username, ldap-service]] - - - model: authentik_core.objectpermission - state: present - identifiers: - permission: !KeyOf authentik_core.permission:codename=search_full_directory,content_type__app_label=authentik_providers_ldap - role: !Find [authentik_core.role, [name, LDAP Search Role]] - attrs: - object_pk: - !Find [authentik_providers_ldap.ldapprovider, [name, ldap-provider]]