]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/ref-client-conf.html
Merge changes from CUPS 1.4svn-r8628.
[thirdparty/cups.git] / doc / help / ref-client-conf.html
CommitLineData
ef416fc2 1<HTML>
2<!-- SECTION: References -->
3<HEAD>
4 <TITLE>client.conf</TITLE>
178cb736 5 <LINK REL="STYLESHEET" TYPE="text/css" HREF="../cups-printable.css">
ef416fc2 6</HEAD>
7<BODY>
8
178cb736
MS
9<H1 CLASS="title">client.conf</H1>
10
89d46774 11<P>The <VAR>/etc/cups/client.conf</VAR> and
12<VAR>~/.cups/client.conf</VAR> files contain up to two directives
13that determine how the client behaves. Each directive is listed
14on a line by itself followed by its value. Comments are
15introduced using the number sign ("#") character at the beginning
16of a line.</P>
ef416fc2 17
89d46774 18<H2 CLASS="title"><A NAME="Encryption">Encryption</A></H2>
ef416fc2 19
89d46774 20<H3>Examples</H3>
ef416fc2 21
89d46774 22<PRE CLASS="command">
ef416fc2 23Encryption Never
24Encryption IfRequested
25Encryption Required
26Encryption Always
89d46774 27</PRE>
28
29<H3>Description</H3>
ef416fc2 30
89d46774 31<P>The <CODE>Encryption</CODE> directive specifies the default
32encryption settings for the client.</P>
ef416fc2 33
89d46774 34<P>The default setting is <VAR>IfRequested</VAR>.</P>
ef416fc2 35
36
89d46774 37<H2 CLASS="title"><A NAME="ServerName">ServerName</A></H2>
ef416fc2 38
89d46774 39<H3>Examples</H3>
ef416fc2 40
89d46774 41<PRE CLASS="command">
ef416fc2 42ServerName foo.bar.com
43ServerName 11.22.33.44
f7deaa1a 44ServerName foo.bar.com:8631
89d46774 45</PRE>
ef416fc2 46
89d46774 47<H3>Description</H3>
ef416fc2 48
f7deaa1a 49<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.</P>
ef416fc2 50
f7deaa1a 51<P>The default port number is 631 but can be overridden by adding a colon followed by the desired port number to the value.</P>
52
53<P>The default is to use the local server ("<VAR>localhost</VAR>") or domain socket, if so configured.</P>
ef416fc2 54
55</BODY>
56</HTML>