daily pastebin goal
11%
SHARE
TWEET

Untitled

a guest Nov 26th, 2012 5 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #======================= Global Settings =====================================
  2. [global]
  3. workgroup = WORKGROUP
  4. server string = Samba Server %v
  5. netbios name = silentkiller
  6. security = user
  7. map to guest = bad user
  8. dns proxy = no
  9. #============================ Share Definitions ==============================
  10. [ICEMAN]
  11. path = /media/ICEMAN
  12. browsable = yes
  13. writable = yes
  14. guest ok = yes
  15. read only = no
  16.  
  17. [WOLVERINE]
  18. path = /media/WOLVERINE
  19. browsable = yes
  20. writable = yes
  21. guest ok = yes
  22. read only = no
  23.  
  24. [CYCLOPS]
  25. path = /media/CYCLOPS
  26. browsable = yes
  27. writable = yes
  28. guest ok = yes
  29. read only = no
RAW Paste Data
Top