]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-client.conf.html
Initial work on man page modernization (STR #4372)
[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>
11client.conf - client configuration file for cups
12<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
13The <i>client.conf</i> file configures the CUPS client and is
ffa2ca90 14normally located in the <i>/etc/cups</i> or <i>~/.cups</i>
94436c5a
MS
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:
c277f98c
MS
21<p style="margin-left: 5.0em; text-indent: -5.0em">Encryption IfRequested
22<br>
23<p style="margin-left: 5.0em; text-indent: -5.0em">Encryption Never
24<br>
25<p style="margin-left: 5.0em; text-indent: -5.0em">Encryption Required
26<br>
27<br>
28Specifies the level of encryption that is required for a particular
94436c5a 29location.
c277f98c
MS
30<p style="margin-left: 5.0em; text-indent: -5.0em">GSSServiceName name
31<br>
32Specifies the Kerberos service name that is used for authentication, typically
94436c5a
MS
33"host", "http", or "ipp". CUPS adds the remote hostname
34("name@server.example.com") for you. The default name is
ffa2ca90 35"http".
c277f98c
MS
36<p style="margin-left: 5.0em; text-indent: -5.0em">ServerName hostname-or-ip-address[:port]
37<br>
38<p style="margin-left: 5.0em; text-indent: -5.0em">ServerName /domain/socket
39<br>
40<br>
41Specifies the address and optionally the port to use when connecting to the
94436c5a 42server. <b>Note: Not supported on OS X 10.7 or later.</b>
c277f98c
MS
43<p style="margin-left: 5.0em; text-indent: -5.0em">ServerName hostname-or-ip-address[:port]/version=1.1
44<br>
45<br>
46Specifies the address and optionally the port to use when connecting to a
ffa2ca90
MS
47server running CUPS 1.3.12 and earlier. <b>Note: Not supported on OS X 10.7 or
48later.</b>
c277f98c
MS
49<p style="margin-left: 5.0em; text-indent: -5.0em">User name
50<br>
51<br>
52Specifies the default user name to use for requests.
94436c5a 53<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
c277f98c 54<a href="http://localhost:631/help">http://localhost:631/help</a>
94436c5a
MS
55<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
56Copyright 2007-2013 by Apple Inc.
57
58</body>
59</html>