cups-browsed.conf.dpkg-old 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. # Which protocols will we use to discover printers on the network?
  2. # Can use DNSSD and/or CUPS, or 'none' for neither.
  3. BrowseRemoteProtocols dnssd cups
  4. # Which protocols will we use to broadcast shared local printers to the network?
  5. # Can use DNSSD and/or CUPS, or 'none' for neither.
  6. # Only CUPS is actually supported, as DNSSD is done by CUPS itself (we ignore
  7. # DNSSD in this directive).
  8. # BrowseLocalProtocols none
  9. # Settings of this directive apply to both BrowseRemoteProtocols and
  10. # BrowseLocalProtocols.
  11. # Can use DNSSD and/or CUPS, or 'none' for neither.
  12. # BrowseProtocols none
  13. # Only browse remote printers from selected servers
  14. # BrowseAllow cups.example.com
  15. # BrowseAllow 192.168.1.12
  16. # BrowseAllow 192.168.1.0/24
  17. # BrowseAllow 192.168.1.0/255.255.255.0
  18. # Use BrowsePoll to poll a particular CUPS server
  19. # BrowsePoll cups.example.com
  20. # BrowsePoll cups.example.com:631
  21. # BrowsePoll cups.example.com:631/version=1.1
  22. # Use DomainSocket to access the local CUPS daemon via another than the
  23. # default domain socket
  24. # DomainSocket /var/run/cups/cups.sock
  25. # Set CreateIPPPrinterQueues to "Yes" to let cups-browsed discover IPP
  26. # network printers (native printers, not CUPS queues) with known page
  27. # description languages (PWG Raster, PDF, PostScript, PCL XL, PCL
  28. # 5c/e) in the local network and auto-create PPD-less print queues for
  29. # them (using a System V interface script to control the filter
  30. # chain). Clients have to IPP-poll the capabilities of the printer and
  31. # send option settings as standard IPP attributes. We do not poll the
  32. # capabilities by ourselves to not wake up the printer from
  33. # power-saving mode when creating the queues. Jobs have to be sent in
  34. # PDF format. Other formats are not accepted. This functionality is
  35. # primarily for mobile devices running CUPS to not need a printer
  36. # setup tool nor a collection of printer drivers and PPDs.
  37. # CreateIPPPrinterQueues Yes
  38. # The AutoShutdown directive specifies whether cups-browsed should
  39. # automatically terminate when it has no local raw queues set up
  40. # pointing to any discovered remote printers (auto shutdown
  41. # mode). Setting it to "On" activates the auto-shutdown mode, setting
  42. # it to "Off" deactiivates it (the default). The special mode "avahi"
  43. # turns auto shutdown off while avahi-daemon is running and on when
  44. # avahi-daemon stops. This allows running cups-browsed on-demand when
  45. # avahi-daemon is run on-demand.
  46. # AutoShutdown Off
  47. # AutoShutdown On
  48. # AutoShutdown avahi
  49. # The AutoShutdownTimeout directive specifies after how many seconds
  50. # without local raw queues set up pointing to any discovered remote
  51. # printers cups-browsed should actually shut down in auto shutdown
  52. # mode. Default is 30 seconds, 0 means immediate shutdown.
  53. # AutoShutdownTimeout 30
  54. # Unknown directives are ignored, also unknown values.
  55. # Please check and edit the following lines, especially if you have Linux
  56. # machines with CUPS 1.5.x and older in your network.
  57. # If you edit anything in this file, please remember to restart cups-browsed
  58. # (or reboot the system) afterwards.
  59. # Please remove the "#" in the beginning of the following line to make the
  60. # local printers available to clients running CUPS 1.5.x or older.
  61. #BrowseLocalProtocols cups
  62. # The following CUPS broadcasting/browsing-related lines were overtaken from
  63. # /etc/cups/cupsd.conf. Not all are supported by cups-browsed and so could get
  64. # ignored. Please check the comments and examples above and edit the lines if
  65. # needed. Note that for getting available the remote printers from all hosts/
  66. # networks you have to remove all "BrowseAllow" lines.
  67. BrowseOrder allow,deny
  68. BrowseAllow all