Advertisement
Guest User

Untitled

a guest
Mar 12th, 2020
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. gaborzsuzsa@gaborzsuzsa:~$ sudo testparm -s
  2. Jelszó:
  3. Load smb config files from /etc/samba/smb.conf
  4. rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
  5. WARNING: The "syslog" option is deprecated
  6. Processing section "[printers]"
  7. Processing section "[print$]"
  8. Processing section "[szkennelt]"
  9. Loaded services file OK.
  10. Server role: ROLE_STANDALONE
  11.  
  12. # Global parameters
  13. [global]
  14. dns proxy = No
  15. log file = /var/log/samba/log.%m
  16. map to guest = Bad User
  17. max log size = 1000
  18. obey pam restrictions = Yes
  19. pam password change = Yes
  20. panic action = /usr/share/samba/panic-action %d
  21. passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
  22. passwd program = /usr/bin/passwd %u
  23. server role = standalone server
  24. server string = %h server (Samba, Ubuntu)
  25. syslog = 0
  26. unix password sync = Yes
  27. usershare allow guests = Yes
  28. idmap config * : backend = tdb
  29.  
  30.  
  31. [printers]
  32. browseable = No
  33. comment = All Printers
  34. create mask = 0700
  35. guest ok = Yes
  36. path = /var/spool/samba
  37. printable = Yes
  38.  
  39.  
  40. [print$]
  41. comment = Printer Drivers
  42. guest ok = Yes
  43. path = /var/lib/samba/printers
  44.  
  45.  
  46. [szkennelt]
  47. comment = szkennelt
  48. guest ok = Yes
  49. path = /home/gaborzsuzsa/Adat/szkennelt
  50. read only = No
  51. gaborzsuzsa@gaborzsuzsa:~$ ^C
  52. gaborzsuzsa@gaborzsuzsa:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement