From bc991c84c65680ef4a628acc5da31f9b045ce4ad Mon Sep 17 00:00:00 2001 From: Timothy Kim Date: Sat, 18 Apr 2026 08:53:39 -0400 Subject: [PATCH] auto: sync system configs --- system/smb.conf | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) 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