Different privileges for users to specific samba directory

Discussion in 'Server Operation' started by Poliman, Oct 19, 2018.

  1. Poliman

    Poliman Member

    I would like to set share named "Prace" using Samba and for some users allow full access (read, write, modify) but for others few users give read only permission. I have created two groups fullPrace and readPrace and assigned to them required users. Now I am stuck. What I do to this moment:
    Code:
    [Prace]
    path = /home/prace
    write ok = yes
    valid users = @fullPrace @readPrace
    guest ok = no
    browseable = yes
     

Share This Page