Gitea map ldap groups

This commit is contained in:
Stanislav Gabenov
2024-02-02 12:41:02 +03:00
parent b8f4285677
commit 1715bc915c

View File

@@ -208,5 +208,35 @@
"Sandbox": [ "Sandbox": [
"svc-gitea-sandbox-r" "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"
]
} }
} }