home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / libcupsys2 / examples / client.conf
Encoding:
Text File  |  2006-08-30  |  2.5 KB  |  67 lines

  1. #   Sample client configuration file for the Common UNIX Printing System
  2. #   (CUPS).
  3. #
  4. #   Copyright 1997-2005 by Easy Software Products, all rights reserved.
  5. #   Kenshi Muto <kmuto@debian.org> modified a bit for Debian distribution.
  6. #
  7. #   These coded instructions, statements, and computer programs are the
  8. #   property of Easy Software Products and are protected by Federal
  9. #   copyright law.  Distribution and use rights are outlined in the file
  10. #   "LICENSE.txt" which should have been included with this file.  If this
  11. #   file is missing or damaged please contact Easy Software Products
  12. #   at:
  13. #
  14. #       Attn: CUPS Licensing Information
  15. #       Easy Software Products
  16. #       44141 Airport View Drive, Suite 204
  17. #       Hollywood, Maryland 20636 USA
  18. #
  19. #       Voice: (301) 373-9600
  20. #       EMail: cups-info@cups.org
  21. #         WWW: http://www.cups.org
  22. #
  23.  
  24. ########################################################################
  25. #                                                                      #
  26. # This is the CUPS client configuration file.  This file is used to    #
  27. # define client-specific parameters, such as the default server or     #
  28. # default encryption settings.                                         #
  29. #                                                                      #
  30. # Put this file on /etc/cups/client.conf (system use) or               #
  31. # ~/.cups/client.conf (personal use).                                  #
  32. #                                                                      #
  33. ########################################################################
  34.  
  35. #
  36. # ServerName: the hostname of your server.  By default CUPS will use the
  37. # domain socket /var/run/cups/cups.sock or the value of the CUPS_SERVER
  38. # environment variable.
  39. # ONLY ONE SERVER NAME MAY BE SPECIFIED AT A TIME.  To use
  40. # more than one server you must use a local scheduler with browsing
  41. # and possibly polling.
  42. #
  43.  
  44. #ServerName /domain/socket
  45. #ServerName myhost.domain.com[:port]
  46. #ServerName ip-address[:port]
  47.  
  48. #
  49. # Encryption: whether or not to use encryption; this depends on having
  50. # the OpenSSL library linked into the CUPS library.
  51. #
  52. # Possible values:
  53. #
  54. #     Always       - Always use encryption (SSL)
  55. #     Never        - Never use encryption
  56. #     Required     - Use TLS encryption upgrade
  57. #     IfRequested  - Use encryption if the server requests it
  58. #
  59. # The default value is "IfRequested".  This parameter can also be set
  60. # using the CUPS_ENCRYPTION environment variable.
  61. #
  62.  
  63. #Encryption Always
  64. #Encryption Never
  65. #Encryption Required
  66. #Encryption IfRequested
  67.