diff --git a/roles/fileserver/templates/smb.conf.j2 b/roles/fileserver/templates/smb.conf.j2 index a2214ee..ba00fa6 100644 --- a/roles/fileserver/templates/smb.conf.j2 +++ b/roles/fileserver/templates/smb.conf.j2 @@ -42,7 +42,7 @@ # option cannot handle dynamic or non-broadcast interfaces correctly. ; bind interfaces only = yes - + min protocol = NT1 #### Debugging/Accounting #### @@ -213,7 +213,7 @@ ;[printers] ; comment = All Printers ; browseable = no -; path = /var/spool/samba +; path = /var/tmp ; printable = yes ; guest ok = no ; read only = yes @@ -240,5 +240,5 @@ browseable = yes read only = no guest ok = yes - create mask = 0600 - directory mask = 0700 + create mask = 0660 + directory mask = 0770