From 9b499041ef0ad3840a7c28f27cc1e07ab66b2d41 Mon Sep 17 00:00:00 2001 From: fossilfranv Date: Mon, 17 Oct 2022 04:25:55 +0200 Subject: [PATCH] first --- smb.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 smb.conf diff --git a/smb.conf b/smb.conf new file mode 100644 index 0000000..cc4c0e0 --- /dev/null +++ b/smb.conf @@ -0,0 +1,21 @@ +[global] +workgroup = WORKGROUP +server string = Samba Server +netbios name = ubuntu +security = user +map to guest = bad user +dns proxy = no +[Public] +path = /media/external/ +browsable =yes +writable = yes +guest ok = yes +read only = no +create mask = 644 +[Home] +path = /home/franv/ +browsable =yes +writable = yes +guest ok = yes +read only = no +create mask = 644 \ No newline at end of file