Guest User

Untitled

a guest
Apr 11th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. # cat /etc/samba/smb.conf
  2. [global]
  3.  
  4. workgroup = MYGRP
  5. server string = Samba Server Version %v
  6. netbios name = Anp-T1
  7. log file = /var/log/samba/log.%m
  8. max log size = 50
  9. log level = 4
  10. #security = user
  11. #passdb backend = tdbsam
  12. security = user
  13. map to guest = Bad User
  14. client min protocol = SMB2
  15. server signing = mandatory
  16. #local master = no
  17. #load printers = no
  18. #cups options = raw
  19. #map read only = yes
  20.  
  21. [MS-SQL]
  22. comment = MS-SQL DVD Image
  23. path = /opt/repo/windows/3rd_party/MS-SQL
  24. public = yes
  25. guest only = yes
  26. writable = no
  27. printable = no
  28. browseable = yes
  29. #usershare owner only = false
Add Comment
Please, Sign In to add comment