Hie guys. I am trying to configure a linux samba server for the first
time. I have a folder named costbible that i want only users in the group @accounts. I wrote the following lines in the smb.conf file
[costbible]
comment = Cost bible
path = /usr/costbible
valid users = @accounts
read only = no
create mask = 0765
this is working ok but what i would like is a situation in which users who do not belong to @accounts group will not be able to view the folder costbible. right now they can view it but cannot access it's contents.
thanks in advance
time. I have a folder named costbible that i want only users in the group @accounts. I wrote the following lines in the smb.conf file
[costbible]
comment = Cost bible
path = /usr/costbible
valid users = @accounts
read only = no
create mask = 0765
this is working ok but what i would like is a situation in which users who do not belong to @accounts group will not be able to view the folder costbible. right now they can view it but cannot access it's contents.
thanks in advance