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