Guest User

Untitled

a guest
Jan 1st, 2021
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. [global]
  2. workgroup = WORKGROUP
  3. log file = /var/log/samba/log.%m
  4. max log size = 1000
  5. logging = file
  6. panic action = /usr/share/samba/panic-action %d
  7. server role = standalone server
  8. obey pam restrictions = yes
  9. unix password sync = yes
  10. passwd program = /usr/bin/passwd %u
  11. passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
  12. pam password change = yes
  13. map to guest = bad user
  14. read raw = Yes
  15. write raw = Yes
  16. socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
  17. min receivefile size = 16384
  18. use sendfile = true
  19. aio read size = 16384
  20. aio write size = 16384
  21.  
  22. #======================= Share Definitions =======================
  23.  
  24. [storage]
  25. path = /srv/storage
  26. read only = no
  27. public = yes
Advertisement
Add Comment
Please, Sign In to add comment