Guest User

Untitled

a guest
Dec 17th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. [global]
  2. workgroup = kwcpa
  3. security = user
  4. passdb backend = tdbsam
  5. printing = cups
  6. printcap name = cups
  7. load printers = yes
  8. cups options = raw
  9. guest ok = yes
  10. guest account = jwinston
  11.  
  12. [homes]
  13. comment = Home Directories
  14. valid users = %S, %D%w%S
  15. browseable = No
  16. read only = No
  17. inherit acls = Yes
  18.  
  19. [printers]
  20. comment = All Printers
  21. path = /var/tmp
  22. printable = Yes
  23. create mask = 0600
  24. browseable = No
  25.  
  26. [print$]
  27. comment = Printer Drivers
  28. path = /var/lib/samba/drivers
  29. write list = root
  30. create mask = 0664
  31. directory mask = 0775
  32. [jwinston]
  33. path = /home/jwinston
  34. writeable = yes
  35. ; browseable = yes
  36. guest ok = yes
  37.  
  38. Load smb config files from /etc/samba/smb.conf
  39. rlimit_max: increasing rlimit_max (255) to minimum Windows limit (16384)
  40. Processing section "[homes]"
  41. Processing section "[printers]"
  42. Processing section "[print$]"
  43. Processing section "[jwinston]"
  44. Processing section "[backup]"
  45. Loaded services file OK.
  46. Server role: ROLE_STANDALONE
Add Comment
Please, Sign In to add comment