From 1062d7ad66b96f5975cdc84044b40f3b18a0a93e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 16 Jun 2024 13:48:50 +0200 Subject: [PATCH] Update groupname-ldap.json --- conf/groupname-ldap.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/conf/groupname-ldap.json b/conf/groupname-ldap.json index 1a0a6df..81a4600 100644 --- a/conf/groupname-ldap.json +++ b/conf/groupname-ldap.json @@ -1,8 +1,7 @@ -{ - "description": "YunoHost User Group", +"users": { + "description": "YunoHost User Group", "public": true, "authServer": "https://__DOMAIN__/auth/", - "authKeys": [ - __KEY__ - ] + "authKeys": [__KEY__], + "auto-subgroups": true }