]> git.ipfire.org Git - thirdparty/cups.git/blob - man/client.conf.man.in
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / man / client.conf.man.in
1 .\"
2 .\" client.conf man page for CUPS.
3 .\"
4 .\" Copyright 2007-2015 by Apple Inc.
5 .\" Copyright 2006 by Easy Software Products.
6 .\"
7 .\" These coded instructions, statements, and computer programs are the
8 .\" property of Apple Inc. and are protected by Federal copyright
9 .\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
10 .\" which should have been included with this file. If this file is
11 .\" file is missing or damaged, see the license at "http://www.cups.org/".
12 .\"
13 .TH client.conf 5 "CUPS" "19 May 2015" "Apple Inc."
14 .SH NAME
15 client.conf \- client configuration file for cups (deprecated)
16 .SH DESCRIPTION
17 The \fBclient.conf\fR file configures the CUPS client and is normally located in the \fI/etc/cups\fR and/or \fI~/.cups\fR directories.
18 Each line in the file can be a configuration directive, a blank line, or a comment. Comment lines start with the # character.
19 .LP
20 \fBNote:\fR Starting with OS X 10.7, this file is only used by command-line and X11 applications plus the IPP backend.
21 The \fBServerName\fR directive is not supported on OS X at all.
22 .SS DIRECTIVES
23 The following directives are understood by the client. Consult the online help for detailed descriptions:
24 .TP 5
25 \fBAllowAnyRoot Yes\fR
26 .TP 5
27 \fBAllowAnyRoot No\fR
28 Specifies whether to allow TLS with certificates that have not been signed by a trusted Certificate Authority.
29 The default is "Yes".
30 .TP 5
31 \fBAllowExpiredCerts Yes\fR
32 .TP 5
33 \fBAllowExpiredCerts No\fR
34 Specifies whether to allow TLS with expired certificates.
35 The default is "Yes".
36 .TP 5
37 \fBEncryption IfRequested\fR
38 .TP 5
39 \fBEncryption Never\fR
40 .TP 5
41 \fBEncryption Required\fR
42 Specifies the level of encryption that should be used.
43 .TP 5
44 \fBGSSServiceName \fIname\fR
45 Specifies the Kerberos service name that is used for authentication, typically "host", "http", or "ipp".
46 CUPS adds the remote hostname ("name@server.example.com") for you. The default name is "http".
47 .TP 5
48 \fBServerName \fIhostname-or-ip-address\fR[\fI:port\fR]
49 .TP 5
50 \fBServerName \fI/domain/socket\fR
51 Specifies the address and optionally the port to use when connecting to the server.
52 \fBNote: This directive it not supported on OS X 10.7 or later.\fR
53 .TP 5
54 \fBServerName \fIhostname-or-ip-address\fR[\fI:port\fR]\fB/version=1.1\fR
55 Specifies the address and optionally the port to use when connecting to a server running CUPS 1.3.12 and earlier.
56 .TP 5
57 \fBSSLOptions \fR[\fIAllowDH\fR] [\fIAllowRC4\fR] [\fIAllowSSL3\fR] [\fIDenyTLS1.0\fR]
58 .TP 5
59 \fBSSLOptions None\fR
60 Sets encryption options (only in /etc/cups/client.conf).
61 By default, CUPS only supports encryption using TLS v1.0 or higher using known secure cipher suites.
62 The \fIAllowDH\fR option enables cipher suites using plain Diffie-Hellman key negotiation.
63 The \fIAllowRC4\fR option enables the 128-bit RC4 cipher suites, which are required for some older clients that do not implement newer ones.
64 The \fIAllowSSL3\fR option enables SSL v3.0, which is required for some older clients that do not support TLS v1.0.
65 The \fIDenyTLS1.0\fR option disables TLS v1.0 support - this sets the minimum protocol version to TLS v1.1.
66 .TP 5
67 \fBUser \fIname\fR
68 Specifies the default user name to use for requests.
69 .TP 5
70 \fBValidateCerts Yes\fR
71 .TP 5
72 \fBValidateCerts No\fR
73 Specifies whether to only allow TLS with certificates whose common name matches the hostname.
74 The default is "No".
75 .SH NOTES
76 The \fBclient.conf\fR file is deprecated and will no longer be supported in a future version of CUPS.
77 .SH SEE ALSO
78 .BR cups (1),
79 CUPS Online Help (http://localhost:631/help)
80 .SH COPYRIGHT
81 Copyright \[co] 2007-2015 by Apple Inc.