From 4926f83ee99e1d200c2007151c09b91c72a6c099 Mon Sep 17 00:00:00 2001 From: nxshock Date: Thu, 17 Nov 2022 20:53:00 +0500 Subject: [PATCH] Add samba config --- etc/samba/smb.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 etc/samba/smb.conf diff --git a/etc/samba/smb.conf b/etc/samba/smb.conf new file mode 100644 index 0000000..37b9592 --- /dev/null +++ b/etc/samba/smb.conf @@ -0,0 +1,23 @@ +[global] +workgroup = WORKGROUP +server string = Samba Server +server role = standalone server +guest account = guest +passdb backend = tdbsam + +[tmp] +comment = Temporary file space +path = /tmp +read only = no +public = yes +printable = no + +[raid] +path = /srv/raid +read only = no +public = yes +printable = no +browseable = yes +create mask = 0666 +directory mask = 0777 +force user = guest