Advertisement
Guest User

Untitled

a guest
Mar 16th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1.  
  2. [global]
  3. workgroup = WORKGROUP
  4. server string = Samba Server %v
  5. netbios name = ubuntu
  6. security = user
  7. map to guest = bad user
  8. dns proxy = no
  9.  
  10. #============================ Share Definitions ==============================
  11.  
  12. [Anonymous]
  13. path = /samba/anonymous
  14. browsable =yes
  15. writable = yes
  16. guest ok = yes
  17. read only = no
  18. force user = nobody
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement