aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nfs_server/files/etc/samba/local.conf
blob: d9f5f533ca711c27f695ae33d643aacb797c86f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[global]
  smb encrypt = desired
  use sendfile = yes
  map archive = no
  name resolve order = host
  mdns name = mdns
  disable netbios = yes
  kernel oplocks = yes
  read only = no
  directory mask = 0775
  create mask = 0774
  logging = syslog@2

include = /etc/samba/shares.conf