All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/slirp.c: fix SMB share with Samba 4 and Windows XP guests
@ 2021-05-09 15:36 Casper Ti. Vector
  0 siblings, 0 replies; only message in thread
From: Casper Ti. Vector @ 2021-05-09 15:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: Casper Ti. Vector

cf. <https://askubuntu.com/questions/379044/>

Signed-off-by: Casper Ti. Vector <CasperVector@gmail.com>
---
 net/slirp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/slirp.c b/net/slirp.c
index 7a4e96d..73042af 100644
--- a/net/slirp.c
+++ b/net/slirp.c
@@ -876,6 +876,7 @@ static int slirp_smb(SlirpState* s, const char *exported_dir,
             "printing = bsd\n"
             "disable spoolss = yes\n"
             "usershare max shares = 0\n"
+            "server min protocol = NT1\n"
             "[qemu]\n"
             "path=%s\n"
             "read only=no\n"
-- 
2.31.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-09 16:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-09 15:36 [PATCH] net/slirp.c: fix SMB share with Samba 4 and Windows XP guests Casper Ti. Vector

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.