Guest User

Untitled

a guest
May 28th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. $ smbutil view -a //192.168.1.154/data
  2. smbutil: server rejected the authentication: Authentication error
  3.  
  4. $ smbutil view -g //192.168.1.154/data
  5. smbutil: server connection failed: Invalid argument
  6.  
  7. [global]
  8. workgroup = WORKGROUP
  9. server string = Shares
  10. security = user
  11. map to guest = Bad User
  12. logfile = /var/log/samba/%m.log
  13. max log size = 50
  14. dns proxy = no
  15.  
  16. [data]
  17. path = /mnt/data
  18. guest ok = yes
  19. read only = no
  20. browsable = yes
  21. force user = nobody
  22. force group = nobody
  23. create mask = 0755
  24. directory mask = 0755
  25.  
  26. somedomain is the domain you log in via as if logged onto the windows machine,
  27. someuser is your user id,
  28. someserver is server hosting the share you're trying to access
  29. /path/to/data is the rest of the path to the location you want
Add Comment
Please, Sign In to add comment