Group folder can't associate to admin group

Hi everyone,

I had a problem with my group folders configuration : when I create un group folder i can’t find the admin group to give privileges (share, write, delete) but the admin group is seen when I add a new user. The admin group is a group create with LDAP.

Hi.
I have the same problem.
In group folders I can’t add “admin” but I can add users to “admin” group.

Hi,
I have the same problem.
NC 25.0.3
Group folders 13.1.1

There is an issue. Interesting post in the issue.

groupfolders/src/settings/Api.ts

		`const groups = data.ocs.data.filter(g => g.gid !== 'admin')`

I do not know the reason. But it seems that they want to exclude the group admin from groupfolders. Whether this makes sense, I do not know. Maybe just create an additional group and use that.

Hello devnull,

Thank you very much for the quick tip.
The reason is clear. The solution with another group would also work. I’ll wait a little longer to see whether the developers really intend to exclude the admin group here.

1 Like

You can also use this command also seen in the above issue:
occ groupfolders:group YourFolderId admin

1 Like

Thanks again!