]> git.ipfire.org Git - thirdparty/cups.git/blame - man/client.conf.man.in
Import CUPS v1.7.1
[thirdparty/cups.git] / man / client.conf.man.in
CommitLineData
b423cd4c 1.\"
61515785 2.\" "$Id: client.conf.man.in 11109 2013-07-08 21:15:13Z msweet $"
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.\"
ffa2ca90 15.TH client.conf 5 "CUPS" "8 July 2013" "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
ffa2ca90 20normally located in the \fI/etc/cups\fR or \fI~/.cups\fR
b423cd4c 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
ffa2ca90 41"http".
07ed0e9a 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 49.TP 5
3699c637
MS
50ServerName hostname-or-ip-address[:port]/version=1.1
51.br
52Specifies the address and optionally the port to use when connecting to a
53server running CUPS 1.3.12 and earlier. \fBNote: Not supported on OS X 10.7 or
54later.\fR
55.TP 5
3e7fe0ca
MS
56User name
57.br
58Specifies the default user name to use for requests.
b423cd4c 59.SH SEE ALSO
60http://localhost:631/help
61.SH COPYRIGHT
0fa6c7fa 62Copyright 2007-2013 by Apple Inc.
b423cd4c 63.\"
61515785 64.\" End of "$Id: client.conf.man.in 11109 2013-07-08 21:15:13Z msweet $".
b423cd4c 65.\"