.\" .\" "$Id: client.conf.man.in 11109 2013-07-08 21:15:13Z msweet $" .\" .\" client.conf man page for CUPS. .\" .\" Copyright 2007-2013 by Apple Inc. .\" Copyright 2006 by Easy Software Products. .\" .\" These coded instructions, statements, and computer programs are the .\" property of Apple Inc. and are protected by Federal copyright .\" law. Distribution and use rights are outlined in the file "LICENSE.txt" .\" which should have been included with this file. If this file is .\" file is missing or damaged, see the license at "http://www.cups.org/". .\" .TH client.conf 5 "CUPS" "8 July 2013" "Apple Inc." .SH NAME client.conf \- client configuration file for cups .SH DESCRIPTION The \fIclient.conf\fR file configures the CUPS client and is normally located in the \fI/etc/cups\fR or \fI~/.cups\fR directory. Each line in the file can be a configuration directive, a blank line, or a comment. Comment lines start with the # character. .SH DIRECTIVES The following directives are understood by the client. Consult the on-line help for detailed descriptions: .TP 5 Encryption IfRequested .TP 5 Encryption Never .TP 5 Encryption Required .br Specifies the level of encryption that is required for a particular location. .TP 5 GSSServiceName name Specifies the Kerberos service name that is used for authentication, typically "host", "http", or "ipp". CUPS adds the remote hostname ("name@server.example.com") for you. The default name is "http". .TP 5 ServerName hostname-or-ip-address[:port] .TP 5 ServerName /domain/socket .br Specifies the address and optionally the port to use when connecting to the server. \fBNote: Not supported on OS X 10.7 or later.\fR .TP 5 ServerName hostname-or-ip-address[:port]/version=1.1 .br Specifies the address and optionally the port to use when connecting to a server running CUPS 1.3.12 and earlier. \fBNote: Not supported on OS X 10.7 or later.\fR .TP 5 SSLOptions \fR[\fIAllowRC4\fR] [\fIAllow SSL3\fR] .br Sets SSL/TLS protocol options for encrypted connections. By default, CUPS only supports encryption using TLS v1.0 or higher using known secure cipher suites. The \fIAllowRC4\fR option enables the 128-bit RC4 cipher suites, which are required for some older clients that do not implement newer ones. The \fIAllowSSL3\fR option enables SSL v3.0, which is required for some older clients that do not support TLS v1.0. .TP 5 User name .br Specifies the default user name to use for requests. .SH SEE ALSO http://localhost:631/help .SH COPYRIGHT Copyright 2007-2013 by Apple Inc. .\" .\" End of "$Id: client.conf.man.in 11109 2013-07-08 21:15:13Z msweet $". .\"