all repos — nixfiles @ ab8734f8bb1af13dde865d52fe8157594f9ed1b4

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

samba: limit backward-compatibility to smb2 protocol

Alan Pearce
commit

ab8734f8bb1af13dde865d52fe8157594f9ed1b4

parent

6c617ecf14ee80830a324f7be3faf08b03ede5ea

1 file changed, 1 insertion(+), 1 deletion(-)

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 '';