Fix
This commit is contained in:
@@ -50,6 +50,8 @@ entries:
|
||||
state: present
|
||||
identifiers:
|
||||
name: "LDAP Search Role"
|
||||
permissions:
|
||||
- "authentik_providers_ldap.search_full_directory"
|
||||
|
||||
- model: authentik_core.group
|
||||
state: present
|
||||
@@ -60,13 +62,3 @@ entries:
|
||||
- !Find [authentik_core.user, [username, "ldap-service"]]
|
||||
roles:
|
||||
- !Find [authentik_rbac.role, [name, "LDAP Search Role"]]
|
||||
|
||||
- model: authentik_providers_ldap.ldapprovider
|
||||
state: present
|
||||
identifiers:
|
||||
name: ldap-provider
|
||||
attrs:
|
||||
object_permissions:
|
||||
- role: !Find [authentik_rbac.role, [name, "LDAP Search Role"]]
|
||||
permissions:
|
||||
- "authentik_providers_ldap.search_full_directory"
|
||||
|
||||
Reference in New Issue
Block a user