]> git.ipfire.org Git - thirdparty/cups.git/blame - man/client.conf.man.in
Also deprecate cupsGetPPD and cupsGetPPD2.
[thirdparty/cups.git] / man / client.conf.man.in
CommitLineData
b423cd4c 1.\"
e4e5666b 2.\" "$Id$"
b423cd4c 3.\"
07ed0e9a 4.\" client.conf man page for CUPS.
b423cd4c 5.\"
0fa6c7fa 6.\" Copyright 2007-2013 by Apple Inc.
b423cd4c 7.\" Copyright 2006 by Easy Software Products.
8.\"
9.\" These coded instructions, statements, and computer programs are the
bc44d920 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.\"
f3c17241 15.TH client.conf 5 "CUPS" "23 April 2012" "Apple Inc."
b423cd4c 16.SH NAME
17client.conf \- client configuration file for cups
18.SH DESCRIPTION
85dda01c 19The \fIclient.conf\fR file configures the CUPS client and is
b423cd4c 20normally located in the \fI@CUPS_SERVERROOT@\fR or \fI~/.cups\fR
21directory. Each line in the file can be a configuration
22directive, a blank line, or a comment. Comment lines start with
23the # character.
24.SH DIRECTIVES
25The following directives are understood by the client. Consult the
26on-line help for detailed descriptions:
27.TP 5
28Encryption IfRequested
29.TP 5
30Encryption Never
31.TP 5
32Encryption Required
33.br
34Specifies the level of encryption that is required for a particular
35location.
36.TP 5
07ed0e9a
MS
37GSSServiceName name
38Specifies 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
b423cd4c 43ServerName hostname-or-ip-address[:port]
44.TP 5
45ServerName /domain/socket
46.br
07ed0e9a 47Specifies the address and optionally the port to use when connecting to the
f3c17241 48server. \fBNote: Not supported on OS X 10.7 or later.\fR
3e7fe0ca
MS
49.TP 5
50User name
51.br
52Specifies the default user name to use for requests.
b423cd4c 53.SH SEE ALSO
54http://localhost:631/help
55.SH COPYRIGHT
0fa6c7fa 56Copyright 2007-2013 by Apple Inc.
b423cd4c 57.\"
e4e5666b 58.\" End of "$Id$".
b423cd4c 59.\"