xartin

samba server simple smb.conf config

Dec 30th, 2023
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. $ cat /etc/samba/smb.conf
  2. # Samba config file created using Gentoo
  3. # Date: 2010/10/20 05:51:07
  4.  
  5. [global]
  6. server string = hostname
  7. client NTLMv2 auth = Yes
  8. load printers = No
  9. printcap name = /dev/null
  10. local master = no
  11. ldap ssl = no
  12. ea support = Yes
  13. smb encrypt = desired
  14.  
  15. [sharename]
  16. path = /mnt/media
  17. read only = No
  18. valid users = username
Add Comment
Please, Sign In to add comment