Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. [Global]
  2. # basic samba configuration
  3.  
  4. min protocol = SMB2
  5.  
  6. server role = standalone
  7. security = user
  8.  
  9. ea support = yes
  10. vfs objects = catia fruit streams_xattr
  11. fruit:aapl = yes
  12. readdir_attr:aapl_rsize = yes
  13. readdir_attr:aapl_finder_info = yes
  14. readdir_attr:aapl_max_access = yes
  15. fruit:nfs_aces = yes
  16. fruit:copyfile= yes
  17. fruit:metadata = netatalk
  18. fruit:resource = file
  19. fruit:locking = none
  20. fruit:encoding = private
  21. unix extensions = yes
  22. fruit:model = MacSamba
  23. spotlight = no
  24. smb2 max read = 8388608
  25. smb2 max write = 8388608
  26. smb2 max trans = 8388608
  27. smb2 leases = yes
  28. aio read size = 1
  29. aio write size = 1
  30. kernel oplocks = no
  31. use sendfile = yes
  32. strict sync = yes
  33. sync always = no
  34. delete veto files = true
  35. fruit:posix_rename = yes
  36. fruit:veto_appledouble = yes
  37. fruit:zero_file_id = yes
  38. fruit:wipe_intentionally_left_blank_rfork = yes
  39. fruit:delete_empty_adfiles = yes su
  40. disable netbios = yes
  41. dns proxy = no
  42. smb ports = 445
  43. name resolve order = host bcast
  44.  
  45. log file = /usr/local/samba/var/%m.log
  46. log level = 2
  47. max log size = 1000
  48.  
  49.  
  50. [tm_prime]
  51. # time machine configuration
  52.  
  53. path = /media/tm_prime
  54. valid users = @timemachine
  55.  
  56. vfs objects = catia fruit streams_xattr
  57. fruit:time machine = yes
  58. strict sync = yes
  59. spotlight = no
  60.  
  61. writeable = yes
  62. browseable = no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement