Advertisement
RamonSouzaNZN

Como Montar seu Servidor [#1]

Jun 26th, 2013
23,438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. [global]
  2. panic action = /usr/share/samba/panic-action %d
  3. workgroup = "Name"
  4. netbios name = "Server name"
  5. invalid users = root
  6. security = user
  7. wins support = no
  8. log file = /var/log/samba.log
  9. log level = 3
  10. max log size = 1000
  11. syslog = 1
  12. encrypt passwords = true
  13. passdb backend = smbpasswd
  14. socket options = TCP_NODELAY
  15. dns proxy = no
  16. passwd program = /usr/bin/passwd %u
  17. passwd chat =*Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
  18. obey pam restrictions = yes
  19. pam password change = no
  20. null passwords = no
  21.  
  22. #Share Definitions
  23.  
  24. [homes]
  25. comment = Home Directories
  26. browseable = yes
  27. writable = yes
  28. security mask = 0700
  29. create mask = 0700
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement