]> git.ipfire.org Git - thirdparty/cups.git/blob - man/client.conf.man.in
201347af14bca7ef21f222f9d8ae07d4ede6ccec
[thirdparty/cups.git] / man / client.conf.man.in
1 .\"
2 .\" "$Id$"
3 .\"
4 .\" client.conf man page for CUPS.
5 .\"
6 .\" Copyright 2007-2012 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" "15 February 2012" "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@CUPS_SERVERROOT@\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 "@CUPS_DEFAULT_GSSSERVICENAME@".
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 Mac OS X 10.7 or later.\fR
49 .TP 5
50 User name
51 .br
52 Specifies the default user name to use for requests.
53 .SH SEE ALSO
54 http://localhost:631/help
55 .SH COPYRIGHT
56 Copyright 2007-2012 by Apple Inc.
57 .\"
58 .\" End of "$Id$".
59 .\"