]> 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
89d46774 8<P>The <VAR>/etc/cups/client.conf</VAR> and
9<VAR>~/.cups/client.conf</VAR> files contain up to two directives
10that determine how the client behaves. Each directive is listed
11on a line by itself followed by its value. Comments are
12introduced using the number sign ("#") character at the beginning
13of a line.</P>
ef416fc2 14
89d46774 15<H2 CLASS="title"><A NAME="Encryption">Encryption</A></H2>
ef416fc2 16
89d46774 17<H3>Examples</H3>
ef416fc2 18
89d46774 19<PRE CLASS="command">
ef416fc2 20Encryption Never
21Encryption IfRequested
22Encryption Required
23Encryption Always
89d46774 24</PRE>
25
26<H3>Description</H3>
ef416fc2 27
89d46774 28<P>The <CODE>Encryption</CODE> directive specifies the default
29encryption settings for the client.</P>
ef416fc2 30
89d46774 31<P>The default setting is <VAR>IfRequested</VAR>.</P>
ef416fc2 32
33
89d46774 34<H2 CLASS="title"><A NAME="ServerName">ServerName</A></H2>
ef416fc2 35
89d46774 36<H3>Examples</H3>
ef416fc2 37
89d46774 38<PRE CLASS="command">
ef416fc2 39ServerName foo.bar.com
40ServerName 11.22.33.44
f7deaa1a 41ServerName foo.bar.com:8631
89d46774 42</PRE>
ef416fc2 43
89d46774 44<H3>Description</H3>
ef416fc2 45
f7deaa1a 46<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 47
f7deaa1a 48<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>
49
50<P>The default is to use the local server ("<VAR>localhost</VAR>") or domain socket, if so configured.</P>
ef416fc2 51
52</BODY>
53</HTML>