]> git.ipfire.org Git - thirdparty/cups.git/blob - man/client.conf.man.in
a078ac9df9d4b17eb54030d4feff52a113670541
[thirdparty/cups.git] / man / client.conf.man.in
1 .\"
2 .\" "$Id$"
3 .\"
4 .\" client.conf man page for CUPS.
5 .\"
6 .\" Copyright 2007-2013 by Apple Inc.
7 .\" Copyright 2006 by Easy Software Products.
8 .\"
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/".
14 .\"
15 .TH client.conf 5 "CUPS" "8 July 2013" "Apple Inc."
16 .SH NAME
17 client.conf \- client configuration file for cups
18 .SH DESCRIPTION
19 The \fIclient.conf\fR file configures the CUPS client and is
20 normally located in the \fI/etc/cups\fR or \fI~/.cups\fR
21 directory. Each line in the file can be a configuration
22 directive, a blank line, or a comment. Comment lines start with
23 the # character.
24 .SH DIRECTIVES
25 The following directives are understood by the client. Consult the
26 on-line help for detailed descriptions:
27 .TP 5
28 Encryption IfRequested
29 .TP 5
30 Encryption Never
31 .TP 5
32 Encryption Required
33 .br
34 Specifies the level of encryption that is required for a particular
35 location.
36 .TP 5
37 GSSServiceName name
38 Specifies the Kerberos service name that is used for authentication, typically
39 "host", "http", or "ipp". CUPS adds the remote hostname
40 ("name@server.example.com") for you. The default name is
41 "http".
42 .TP 5
43 ServerName hostname-or-ip-address[:port]
44 .TP 5
45 ServerName /domain/socket
46 .br
47 Specifies the address and optionally the port to use when connecting to the
48 server. \fBNote: Not supported on OS X 10.7 or later.\fR
49 .TP 5
50 ServerName hostname-or-ip-address[:port]/version=1.1
51 .br
52 Specifies the address and optionally the port to use when connecting to a
53 server running CUPS 1.3.12 and earlier. \fBNote: Not supported on OS X 10.7 or
54 later.\fR
55 .TP 5
56 User name
57 .br
58 Specifies the default user name to use for requests.
59 .SH SEE ALSO
60 http://localhost:631/help
61 .SH COPYRIGHT
62 Copyright 2007-2013 by Apple Inc.
63 .\"
64 .\" End of "$Id$".
65 .\"