From ea8c4275c7078434c54c4c77b6136f18b5ac6d12 Mon Sep 17 00:00:00 2001 From: Stanislav Gabenov Date: Wed, 10 Apr 2024 11:14:47 +0300 Subject: [PATCH] Add Gitea LDAP Map - Tools Organization --- .../ds/map_ldap_groups.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gitea/site_administration/identity_and_access/authentication_sources/ds/map_ldap_groups.json b/gitea/site_administration/identity_and_access/authentication_sources/ds/map_ldap_groups.json index ddafbca..ed7c243 100644 --- a/gitea/site_administration/identity_and_access/authentication_sources/ds/map_ldap_groups.json +++ b/gitea/site_administration/identity_and_access/authentication_sources/ds/map_ldap_groups.json @@ -224,6 +224,21 @@ "svc-gitea-archive-r" ] }, + "cn=svc-gitea-tools-adm,cn=groups,cn=accounts,dc=avroid,dc=tech": { + "Tools": [ + "svc-gitea-tools-adm" + ] + }, + "cn=svc-gitea-tools-w,cn=groups,cn=accounts,dc=avroid,dc=tech": { + "Tools": [ + "svc-gitea-tools-w" + ] + }, + "cn=svc-gitea-tools-r,cn=groups,cn=accounts,dc=avroid,dc=tech": { + "Tools": [ + "svc-gitea-tools-r" + ] + }, "cn=svc-gitea-templates-adm,cn=groups,cn=accounts,dc=avroid,dc=tech": { "Templates": [ "svc-gitea-templates-adm"