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