From 94b6cd2914d9f41b2efa40d986d4d002ae04c272 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Sat, 9 May 2020 10:18:22 +0530 Subject: Remove some defaults from smb.conf template --- .../ansible/roles/samba-glusterfs.setup/templates/smb.conf.j2 | 9 --------- 1 file changed, 9 deletions(-) diff --git a/vagrant/ansible/roles/samba-glusterfs.setup/templates/smb.conf.j2 b/vagrant/ansible/roles/samba-glusterfs.setup/templates/smb.conf.j2 index 888fb82..74df1ad 100644 --- a/vagrant/ansible/roles/samba-glusterfs.setup/templates/smb.conf.j2 +++ b/vagrant/ansible/roles/samba-glusterfs.setup/templates/smb.conf.j2 @@ -1,25 +1,16 @@ [global] netbios name = {{ samba_netbios_name }} clustering = yes -passdb backend = tdbsam log file = /var/log/samba/log.%m max log size = 0 server string = Samba server version %v workgroup = MYGROUP security = user -client signing = auto - kernel share modes = No map archive = No -map hidden = no -map read only = no posix locking = No kernel change notify = no -kernel oplocks = no - -max protocol = SMB3 -store dos attributes = yes load printers = no printcap name = /dev/null -- cgit