[global]
# replace "toltec" with your system's hostname
netbios name = szenbor
# replace "METRAN" with the name of your workgroup
workgroup = Dom
security = share
encrypt passwords = true
# Run a WINS server
wins support = yes
# The following three lines ensure that the Samba
# server will maintain the role of master browser.
# Make sure no other Samba server has its OS level
# set higher than it is here.
local master = yes
preferred master = yes
os level = 65
# Make home directories on the server available to users.
#
#[homes]
# comment = %u's Home Directory
# browsable = no
# read only = no
# map archive = yes
# This is a shared directory, accessible by all
# users. Use your own share name and path.
[backup]
path = /mnt/stuff/backup
create mask = 0700
read only = no
guest ok = yes
[stuff]
path = /mnt/stuff
create mask = 0700
read only = no
guest ok = yes