blob: 12c79e2eeb80f77e37d47e1a51dc756b06c006f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
[global]
security = user
server min protocol = SMB2
# disable printing services
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
[scratch]
path = /storage/scratch
comment = Shared
valid users = @smb
browseable = yes
writable = yes
read only = no
force user = root
force group = root
[hayasui]
path = /storage/hayasui
comment = Shared
valid users = @smb
browseable = yes
writable = yes
read only = no
force user = root
force group = root
# [bigdump]
# path = /storage/bigdump
# comment = Shared
# valid users = robert
# browseable = yes
# writable = yes
# read only = no
# force user = root
# force group = root
|