From 9c45f245dfe56d9ce8071adf20219a02c34fe2c6 Mon Sep 17 00:00:00 2001 From: Gildas <25692645+Gildas-GH@users.noreply.github.com> Date: Wed, 13 Dec 2023 22:23:07 +0100 Subject: [PATCH] Fix : Use admin group on LDAP --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 8641588..17a47da 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,4 +60,4 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - #admin.allowed = "admins" + admin.allowed = "admins"