From 003c4ee83dc5c5bc39af19e81a42c4284caca007 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Wed, 6 Sep 2023 14:51:50 +0200 Subject: [PATCH] fileserver: make compatiable with Debian 12 --- roles/fileserver/templates/smb.conf.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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