# smb.conf is the main Samba configuration file. You find a full commented # version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the # samba-doc package is installed. # Date: 2012-12-12 [global] workgroup = WORKGROUP usershare owner only = false server string = Samba Mega Server %v # ————————— Logging Options —————————– log file = /var/log/samba/%m.log # max 50KB per log file, then rotate max log size = 1024 # ———————– Standalone Server Options ——————— security = share # encrypt passwords = yes socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192 IPTOS_LOWDELAY # ———————– Browser Control Options ———————— local master = yes os level = 255 preferred master = yes # —————————– Name Resolution —————————– dns proxy = yes # ——————————Charsets—————————————- unix charset = utf8 dos charset = cp1251 display charset = cp1251 usershare allow guests = Yes usershare max shares = 100 wins support = Yes # —————————-Share Definitions —————————— [ARCHIV] comment = share inherit acls = Yes path = /media/ARCHIV browseable = yes writable = no guest ok = yes