Hello,

I am testing users/groups access to shares, and got some troubles.

I'd like to setup users as :
  • user1 is member of group1
  • user2 is member of users


Problem 1 :
By default, newly created users are always members of the default "users" group, the problem is that i can't remove "user1" from the "users" group because the web ui simply do nothing while i am moving the user from the "members" list to the "available" list.
(The documentation (v1.15) do not speaks about this strange behavior)

Problem 2 :
When "user1" from "group1" create some file or directory, it is created with the GID of the "users" group instead of the "group1" GID.

Problems 1 and 2 seems to be related, so could you suggest me the best way to obtain what i want ?

Thanks.