daily pastebin goal
11%
SHARE
TWEET

Untitled

a guest Nov 26th, 2012 30 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [global]
  2. workgroup = WORKGROUP
  3. server string = Samba Server %v
  4. #netbios name = silentkiller
  5. security = user
  6. map to guest = bad user
  7. #dns proxy = no
  8.  
  9.         interfaces = 127.0.0.0/8 eth0
  10.         bind interfaces only = yes
  11.         log file = /var/log/samba/log.%m
  12.         max log size = 1000
  13.         syslog = 0
  14.         panic action = /usr/share/samba/panic-action %d
  15.         max connections = 6
  16.         local master = no
  17.         load printers = no
  18.        
  19.         obey pam restrictions = yes
  20.         unix password sync = yes
  21.         passwd program = /usr/bin/passwd %u
  22.         passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
  23.        
  24.         pam password change = yes
  25.  
  26.  
  27. #============================ Share Definitions ==============================
  28. [ICEMAN]
  29. path = /media/ICEMAN/
  30. browsable = yes
  31. writable = yes
  32. guest ok = yes
  33. read only = no
  34. valid users = weed
  35.  
  36. [WOLVERINE]
  37. path = /media/WOLVERINE/
  38. browsable = yes
  39. writable = yes
  40. guest ok = yes
  41. read only = no
  42. valid users = weed
  43.  
  44. [CYCLOPS]
  45. path = /media/CYCLOPS/
  46. browsable = yes
  47. writable = yes
  48. guest ok = yes
  49. read only = no
  50. valid users = weed
RAW Paste Data
Top