From 2bc83bc14367015b6d7fbee97694f3620add7c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:49:54 +0200 Subject: [PATCH] Update groupname-ldap.json --- conf/groupname-ldap.json | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/conf/groupname-ldap.json b/conf/groupname-ldap.json index 9a8f2ca..9b5528e 100644 --- a/conf/groupname-ldap.json +++ b/conf/groupname-ldap.json @@ -1,11 +1,8 @@ { - "users":{ - "description":"YunoHost User Group", - "public":true, - "authServer":"https://__DOMAIN__/auth/", - "authKeys":[ - "__KEY__" - ], - "auto-subgroups":true - } + "description":"YunoHost User Group", + "public":true, + "authServer":"https://__DOMAIN__/auth/", + "authKeys":[ + "__KEY__" + ] } \ No newline at end of file