]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/ref-client-conf.html
Load cups into easysw/current.
[thirdparty/cups.git] / doc / help / ref-client-conf.html
CommitLineData
ef416fc2 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
9directives 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>
31Encryption Never
32Encryption IfRequested
33Encryption Required
34Encryption 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.
40The 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>
50ServerName foo.bar.com
51ServerName 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
57for all client operations. That is, it redirects all client requests to the remote server.
58
59The default is to use the local server ("<VAR>localhost</VAR>").
60
61</BODY>
62</HTML>