From 1715bc915cf8a6513b6ac00c5188b9e334f5b5cf Mon Sep 17 00:00:00 2001 From: Stanislav Gabenov Date: Fri, 2 Feb 2024 12:41:02 +0300 Subject: [PATCH] Gitea map ldap groups --- .../ds/map_ldap_groups.json | 30 +++++++++++++++++++ 1 file changed, 30 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 9524feb..ddafbca 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 @@ -208,5 +208,35 @@ "Sandbox": [ "svc-gitea-sandbox-r" ] + }, + "cn=svc-gitea-archive-adm,cn=groups,cn=accounts,dc=avroid,dc=tech": { + "Archive": [ + "svc-gitea-archive-adm" + ] + }, + "cn=svc-gitea-archive-w,cn=groups,cn=accounts,dc=avroid,dc=tech": { + "Archive": [ + "svc-gitea-archive-w" + ] + }, + "cn=svc-gitea-archive-r,cn=groups,cn=accounts,dc=avroid,dc=tech": { + "Archive": [ + "svc-gitea-archive-r" + ] + }, + "cn=svc-gitea-templates-adm,cn=groups,cn=accounts,dc=avroid,dc=tech": { + "Templates": [ + "svc-gitea-templates-adm" + ] + }, + "cn=svc-gitea-templates-w,cn=groups,cn=accounts,dc=avroid,dc=tech": { + "Templates": [ + "svc-gitea-templates-w" + ] + }, + "cn=svc-gitea-templates-r,cn=groups,cn=accounts,dc=avroid,dc=tech": { + "Templates": [ + "svc-gitea-templates-r" + ] } } \ No newline at end of file