From f7cb87b82615fbb0d4d6b63f709692e9732aeabf Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 27 Jun 2020 22:34:13 -0400 Subject: force samba to use smb1 protocol it's still the only thing that sonos supports --- modules/partofme/files/smb.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/partofme') diff --git a/modules/partofme/files/smb.conf b/modules/partofme/files/smb.conf index 3c59e61..b1f969f 100644 --- a/modules/partofme/files/smb.conf +++ b/modules/partofme/files/smb.conf @@ -4,6 +4,8 @@ server string = partofme map to guest = Bad User log file = /var/log/samba/%m.log security = user +ntlm auth = yes +min protocol = NT1 [music] comment = music -- cgit v1.2.3-54-g00ecf