]> git.ipfire.org Git - thirdparty/cups.git/blame - man/client.conf.man.in
Import CUPS v2.0b1
[thirdparty/cups.git] / man / client.conf.man.in
CommitLineData
b423cd4c 1.\"
1a18c85c 2.\" "$Id: client.conf.man.in 11851 2014-05-07 23:55:35Z msweet $"
b423cd4c 3.\"
1a18c85c 4.\" client.conf man page for CUPS.
b423cd4c 5.\"
1a18c85c
MS
6.\" Copyright 2007-2014 by Apple Inc.
7.\" Copyright 2006 by Easy Software Products.
b423cd4c 8.\"
1a18c85c
MS
9.\" These coded instructions, statements, and computer programs are the
10.\" property of Apple Inc. and are protected by Federal copyright
11.\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
12.\" which should have been included with this file. If this file is
13.\" file is missing or damaged, see the license at "http://www.cups.org/".
b423cd4c 14.\"
1a18c85c 15.TH client.conf 5 "CUPS" "7 May 2014" "Apple Inc."
b423cd4c 16.SH NAME
1a18c85c 17client.conf \- client configuration file for cups (deprecated)
b423cd4c 18.SH DESCRIPTION
1a18c85c
MS
19The \fBclient.conf\fR file configures the CUPS client and is normally located in the \fI/etc/cups\fR and/or \fI~/.cups\fR directories.
20Each line in the file can be a configuration directive, a blank line, or a comment. Comment lines start with the # character.
21.LP
22\fBNote:\fR Starting with OS X 10.7, this file is only used by command-line and X11 applications.
23The \fBServerName\fR directive is not supported on OS X at all.
24.SS DIRECTIVES
25The following directives are understood by the client. Consult the online help for detailed descriptions:
b423cd4c 26.TP 5
1a18c85c 27\fBAllowAnyRoot Yes\fR
b423cd4c 28.TP 5
1a18c85c
MS
29\fBAllowAnyRoot No\fR
30Specifies whether to allow TLS with certificates that have not been signed by a trusted Certificate Authority.
31The default is "Yes".
b423cd4c 32.TP 5
1a18c85c 33\fBAllowExpiredCerts Yes\fR
b423cd4c 34.TP 5
1a18c85c
MS
35\fBAllowExpiredCerts No\fR
36Specifies whether to allow TLS with expired certificates.
37The default is "Yes".
07ed0e9a 38.TP 5
1a18c85c 39\fBEncryption IfRequested\fR
b423cd4c 40.TP 5
1a18c85c 41\fBEncryption Never\fR
3e7fe0ca 42.TP 5
1a18c85c
MS
43\fBEncryption Required\fR
44Specifies the level of encryption that should be used.
3699c637 45.TP 5
1a18c85c
MS
46\fBGSSServiceName \fIname\fR
47Specifies the Kerberos service name that is used for authentication, typically "host", "http", or "ipp".
48CUPS adds the remote hostname ("name@server.example.com") for you. The default name is "http".
49.TP 5
50\fBServerName \fIhostname-or-ip-address\fR[\fI:port\fR]
51.TP 5
52\fBServerName \fI/domain/socket\fR
53Specifies the address and optionally the port to use when connecting to the server.
54\fBNote: This directive it not supported on OS X 10.7 or later.\fR
55.TP 5
56\fBServerName \fIhostname-or-ip-address\fR[\fI:port\fR]\fB/version=1.1\fR
57Specifies the address and optionally the port to use when connecting to a server running CUPS 1.3.12 and earlier.
58.TP 5
59\fBUser \fIname\fR
3e7fe0ca 60Specifies the default user name to use for requests.
1a18c85c
MS
61.TP 5
62\fBValidateCerts Yes\fR
63.TP 5
64\fBValidateCerts No\fR
65Specifies whether to only allow TLS with certificates whose common name matches the hostname.
66The default is "No".
67.SH NOTES
68The \fBclient.conf\fR file is deprecated and will no longer be supported in a future version of CUPS.
b423cd4c 69.SH SEE ALSO
1a18c85c
MS
70.BR cups (1),
71CUPS Online Help (http://localhost:631/help)
b423cd4c 72.SH COPYRIGHT
1a18c85c 73Copyright \[co] 2007-2014 by Apple Inc.
b423cd4c 74.\"
1a18c85c 75.\" End of "$Id: client.conf.man.in 11851 2014-05-07 23:55:35Z msweet $".
b423cd4c 76.\"