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 }