]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-client.conf.html
Fix bug in cupsGetResponse.
[thirdparty/cups.git] / doc / help / man-client.conf.html
CommitLineData
c277f98c 1<!DOCTYPE HTML>
94436c5a
MS
2<html>
3<!-- SECTION: Man Pages -->
4<head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>client.conf(5)</title>
7</head>
8<body>
9<h1 class="title">client.conf(5)</h1>
10<h2 class="title"><a name="NAME">Name</a></h2>
82bf2283 11client.conf - client configuration file for cups
94436c5a 12<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
82bf2283
MS
13The <i>client.conf</i> file configures the CUPS client and is
14normally located in the <i>/etc/cups</i> or <i>~/.cups</i>
15directory. Each line in the file can be a configuration
16directive, a blank line, or a comment. Comment lines start with
17the # character.
18<h2 class="title"><a name="DIRECTIVES">Directives</a></h2>
19The following directives are understood by the client. Consult the
20on-line help for detailed descriptions:
2909c66c 21<dl class="man">
82bf2283
MS
22<dt>Encryption IfRequested
23<dd style="margin-left: 5.0em"><dt>Encryption Never
24<dd style="margin-left: 5.0em"><dt>Encryption Required
25<dd style="margin-left: 5.0em"><br>
26Specifies the level of encryption that is required for a particular
27location.
28<dt>GSSServiceName name
29<dd style="margin-left: 5.0em">Specifies the Kerberos service name that is used for authentication, typically
30"host", "http", or "ipp". CUPS adds the remote hostname
31("name@server.example.com") for you. The default name is
32"http".
33<dt>ServerName hostname-or-ip-address[:port]
34<dd style="margin-left: 5.0em"><dt>ServerName /domain/socket
35<dd style="margin-left: 5.0em"><br>
36Specifies the address and optionally the port to use when connecting to the
37server. <b>Note: Not supported on OS X 10.7 or later.</b>
38<dt>ServerName hostname-or-ip-address[:port]/version=1.1
39<dd style="margin-left: 5.0em"><br>
40Specifies the address and optionally the port to use when connecting to a
41server running CUPS 1.3.12 and earlier. <b>Note: Not supported on OS X 10.7 or
42later.</b>
43<dt>User name
44<dd style="margin-left: 5.0em"><br>
45Specifies the default user name to use for requests.
2909c66c 46</dl>
94436c5a 47<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
82bf2283 48<a href="http://localhost:631/help">http://localhost:631/help</a>
94436c5a 49<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
82bf2283 50Copyright 2007-2013 by Apple Inc.
94436c5a
MS
51
52</body>
53</html>