The question is: how to make so that only the using direction has
access to all the sharings and excessively only to its proper ones?

Use group security like:

[share1]
        comment = Share1
        path = /srv/samba/share1
        valid users = @group1
        write list = @group1
        force group = @group1
        read only = No
        force create mode = 0770
        force directory mode = 0770

This will give group1 Full access to R/W to the shares... and it will force the owner group to be group1.


-- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Reply via email to