Guest User

Untitled

a guest
Oct 24th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. [global]
  2. server string = %h server (Samba, Ubuntu)
  3. panic action = /usr/share/samba/panic-action %d
  4. passwd chat = *Entersnews*spassword:* %nn *Retypesnews*spassword:* %nn *passwordsupdatedssuccessfully* .
  5. netbios name = myserver.local
  6. security = user
  7. obey pam restrictions = yes
  8. server role = standalone server
  9. socket options = TCP_NODELAY
  10. interfaces = 192.0.0.0/8
  11. pam password change = yes
  12. passdb backend = tdbsam
  13. map to guest = bad user
  14. unix password sync = yes
  15. os level = 20
  16. encrypt passwords = yes
  17. log file = /var/log/samba/log.%m
  18. dns proxy = no
  19. max log size = 1000
  20. passwd program = /usr/bin/passwd %u
  21. bind interfaces only = false
  22. syslog = 0
  23. workgroup = WORKGROUP
  24. usershare allow guests = yes
  25.  
  26. [printers]
  27. comment = All Printers
  28. browseable = no
  29. path = /var/spool/samba
  30. printable = yes
  31. guest ok = no
  32. read only = yes
  33. create mask = 0700
  34.  
  35. [print$]
  36. comment = Printer Drivers
  37. path = /var/lib/samba/printers
  38. browseable = yes
  39. read only = yes
  40. guest ok = no
  41.  
  42. [shares]
  43. force group = me
  44. writeable = yes
  45. force user = me
  46. path = /home/me/shares
Add Comment
Please, Sign In to add comment