aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/10_samba/templates/smb4.conf.j2
blob: 23e87b1fff6d295bbb16c3a3ca66731385509a30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[global]
   workgroup = WORKGROUP
   server string = pursotin samba
   security = user
   map to guest = never

   vfs objects = acl_xattr catia fruit streams_xattr
   map acl inherit = yes
   store dos attributes = yes

   log file = /var/log/samba4/log.%m
   max log size = 1000

   server min protocol = SMB3
   server max protocol = SMB3

   ntlm auth = no

[smb]
   path = /mnt/storage
   browseable = yes
   read only = no
   valid users = {{ samba.username }}