]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/client-conf-reference.html
Load cups into easysw/current.
[thirdparty/cups.git] / doc / help / client-conf-reference.html
1 <HTML>
2 <!-- SECTION: References -->
3 <HEAD>
4 <TITLE>client.conf</TITLE>
5 </HEAD>
6 <BODY>
7
8 <P>The <VAR>/etc/cups/client.conf</VAR> file contains many
9 directives that determine how the client behaves:</P>
10
11 <P ALIGN="CENTER">
12 <TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">
13 <TR>
14 <TD VALIGN="TOP">
15
16 <LI><A HREF="#Encryption"><CODE>Encryption</CODE></A>
17 <LI><A HREF="#ServerName"><CODE>ServerName</CODE></A>
18
19 </TD>
20 </TR>
21 </TABLE>
22 </P>
23
24 <!-- HALF PAGE -->
25 <H3><A NAME="Encryption">Encryption</A></H3>
26 <HR>
27
28 <H4>Examples</H4>
29
30 <UL><PRE>
31 Encryption Never
32 Encryption IfRequested
33 Encryption Required
34 Encryption Always
35 </PRE></UL>
36
37 <H4>Description</H4>
38
39 <P>The <CODE>Encryption</CODE> directive specifies the default encryption settings for the client.
40 The default setting is <VAR>IfRequested</VAR>.
41
42
43 <!-- HALF PAGE -->
44 <H3><A NAME="ServerName">ServerName</A></H3>
45 <HR>
46
47 <H4>Examples</H4>
48
49 <UL><PRE>
50 ServerName foo.bar.com
51 ServerName 11.22.33.44
52 </PRE></UL>
53
54 <H4>Description</H4>
55
56 <P>The <CODE>ServerName</CODE> directive specifies sets the remote server that is to be used
57 for all client operations. That is, it redirects all client requests to the remote server.
58
59 The default is to use the local server ("<VAR>localhost</VAR>").
60
61 </BODY>
62 </HTML>