]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-client.conf.html
Fix ippfind for Linux/Avahi.
[thirdparty/cups.git] / doc / help / man-client.conf.html
CommitLineData
94436c5a
MS
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
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
7e5023dd 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:
21<dl>
22<dt>Encryption IfRequested
23</dt>
24<dd></dd>
25<dt>Encryption Never
26</dt>
27<dd></dd>
28<dt>Encryption Required
29</dt>
30<dd></dd>
31<dd>Specifies the level of encryption that is required for a particular
32location.
33</dd>
34<dt>GSSServiceName name
35</dt>
36<dd>Specifies the Kerberos service name that is used for authentication, typically
37"host", "http", or "ipp". CUPS adds the remote hostname
38("name@server.example.com") for you. The default name is
39"host".
40</dd>
41<dt>ServerName hostname-or-ip-address[:port]
42</dt>
43<dd></dd>
44<dt>ServerName /domain/socket
45</dt>
46<dd></dd>
47<dd>Specifies the address and optionally the port to use when connecting to the
48server. <b>Note: Not supported on OS X 10.7 or later.</b>
49</dd>
50<dt>User name
51</dt>
52<dd></dd>
53<dd>Specifies the default user name to use for requests.
54</dd>
55</dl>
56<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
57<a href='http://localhost:631/help'>http://localhost:631/help</a>
58<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
59Copyright 2007-2013 by Apple Inc.
60
61</body>
62</html>