Displaying 1 result from an estimated 1 matches for "dataserver01".
Did you mean:
dataserver
2010 Apr 19
1
Samba configuration question
...llowing in my smb.conf.
What if I want to share /data's subdirectories (e.g., /data/01,
/data/02, /data/01/group1, /data/01/group2, etc.) writeable by only
authorized users per subdirectory? Could someone please give me some
examples?
[global]
workgroup = Alpha
netbios name = dataserver01
security = share
[interface]
path = /data
available = yes
browsable = yes
public = yes
writeable = yes
guest ok = yes
readonly = yes
Thanks in advance.
- Young