diff --git a/smb.conf b/smb.conf index e339043..d20339d 100644 --- a/smb.conf +++ b/smb.conf @@ -8,12 +8,14 @@ printcap name = /dev/null disable spoolss = yes -[Data] - path = /storage - comment = Shared - valid users = @smb - browseable = yes + disable netbios = yes + smb encrypt = yes +[homes] + path = /storage/%S + comment = %S's Home Directory + valid users = %S + browseable = no writable = yes read only = no - force user = root - force group = root + create mask = 0700 + directory mask = 0700