diff --git a/system/smb.conf b/system/smb.conf index e0c26ae..529065b 100644 --- a/system/smb.conf +++ b/system/smb.conf @@ -12,6 +12,7 @@ security = user include = registry passdb backend = tdbsam + access based share enum = yes # printing = cups # printcap name = cups # load printers = yes @@ -19,11 +20,29 @@ [media] path = /opt/argento/smb/media - force group = sambagroup - #valid users = timothykim + force group = sambagroup + valid users = @sambagroup + write list = timothykim + read only = yes browseable = yes - writable = yes + guest ok = no + +[yireh] + path = /opt/argento/smb/yireh + valid users = yireh timothykim + write list = yireh timothykim + force group = sambagroup read only = no + browseable = yes + guest ok = no + +[isaac] + path = /opt/argento/smb/isaac + valid users = isaac timothykim + write list = isaac timothykim + force group = sambagroup + read only = no + browseable = yes guest ok = no