]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/help/ref-client-conf.html
Load cups into easysw/current.
[thirdparty/cups.git] / doc / help / ref-client-conf.html
diff --git a/doc/help/ref-client-conf.html b/doc/help/ref-client-conf.html
new file mode 100644 (file)
index 0000000..762edf2
--- /dev/null
@@ -0,0 +1,62 @@
+<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>