blob: 762edf265716b922f2c516adbcd711cfb078ff95 [file] [log] [blame]
<HTML>
<!-- SECTION: References -->
<HEAD>
<TITLE>client.conf</TITLE>
</HEAD>
<BODY>
<P>The <VAR>/etc/cups/client.conf</VAR> file contains many
directives that determine how the client behaves:</P>
<P ALIGN="CENTER">
<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">
<TR>
<TD VALIGN="TOP">
<LI><A HREF="#Encryption"><CODE>Encryption</CODE></A>
<LI><A HREF="#ServerName"><CODE>ServerName</CODE></A>
</TD>
</TR>
</TABLE>
</P>
<!-- HALF PAGE -->
<H3><A NAME="Encryption">Encryption</A></H3>
<HR>
<H4>Examples</H4>
<UL><PRE>
Encryption Never
Encryption IfRequested
Encryption Required
Encryption Always
</PRE></UL>
<H4>Description</H4>
<P>The <CODE>Encryption</CODE> directive specifies the default encryption settings for the client.
The default setting is <VAR>IfRequested</VAR>.
<!-- HALF PAGE -->
<H3><A NAME="ServerName">ServerName</A></H3>
<HR>
<H4>Examples</H4>
<UL><PRE>
ServerName foo.bar.com
ServerName 11.22.33.44
</PRE></UL>
<H4>Description</H4>
<P>The <CODE>ServerName</CODE> directive specifies sets the remote server that is to be used
for all client operations. That is, it redirects all client requests to the remote server.
The default is to use the local server ("<VAR>localhost</VAR>").
</BODY>
</HTML>