all repos — nixfiles @ ab8734f8bb1af13dde865d52fe8157594f9ed1b4

System and user configuration, managed by nix and home-manager

samba: limit backward-compatibility to smb2 protocol
Alan Pearce alan@alanpearce.eu
Sun, 23 Apr 2023 21:47:12 +0200
commit

ab8734f8bb1af13dde865d52fe8157594f9ed1b4

parent

6c617ecf14ee80830a324f7be3faf08b03ede5ea

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M system/settings/services/samba.nixsystem/settings/services/samba.nix
@@ -22,9 +22,9 @@ securityType = "user";     extraConfig = ''
       workgroup = ${workgroup}
       mdns name = mdns
+      min protocol = smb2
       security = user
       #use sendfile = yes
-      #max protocol = smb2
       guest account = nobody
       map to guest = bad user
     '';