Guest User

Untitled

a guest
Oct 31st, 2019
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. [global]
  2. workgroup = MYGROUP
  3. server string = Samba Server
  4. server role = standalone server
  5. hosts allow = 192.168.1. 192.168.2. 127.
  6. guest account = nobody
  7. log file = /var/log/samba/%m.log
  8. log level = 2
  9. max log size = 50
  10. dns proxy = no
  11. map to guest = Bad User
  12. load printers = no
  13. printing = bsd
  14. printcap name = /dev/null
  15. disable spoolss = yes
  16. show add printer wizard = no
  17.  
  18. server multi channel support = yes
  19. deadtime = 30
  20. use sendfile = yes
  21. write cache size = 262144
  22. min receivefile size = 16384
  23. aio read size = 1
  24. aio write size = 1
  25. socket options = IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT SO_RCVBUF=131072 SO_SNDBUF=131072
  26.  
  27. [movies]
  28. path = /mnt/storage/movies
  29. public = yes
  30. only guest = yes
  31. writable = yes
  32. printable = no
  33.  
  34. [shows]
  35. path = /mnt/storage/shows
  36. public = yes
  37. only guest = yes
  38. writable = yes
  39. printable = no
Advertisement
Add Comment
Please, Sign In to add comment