]> git.ipfire.org Git - thirdparty/cups.git/blob - man/client.conf.man.in
Merge changes from CUPS 1.6svn-r9968.
[thirdparty/cups.git] / man / client.conf.man.in
1 .\"
2 .\" "$Id: client.conf.man.in 6649 2007-07-11 21:46:42Z mike $"
3 .\"
4 .\" client.conf man page for CUPS.
5 .\"
6 .\" Copyright 2007-2011 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" "2 September 2011" "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 .SH SEE ALSO
50 http://localhost:631/help
51 .SH COPYRIGHT
52 Copyright 2007-2011 by Apple Inc.
53 .\"
54 .\" End of "$Id: client.conf.man.in 6649 2007-07-11 21:46:42Z mike $".
55 .\"