]> git.ipfire.org Git - thirdparty/cups.git/blob - man/classes.conf.man
8a40a7d51f85c65a3e281f05a43b7128032d70d0
[thirdparty/cups.git] / man / classes.conf.man
1 .\"
2 .\" "$Id$"
3 .\"
4 .\" classes.conf man page for CUPS.
5 .\"
6 .\" Copyright 2007-2013 by Apple Inc.
7 .\" Copyright 1997-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 classes.conf 5 "CUPS" "29 April 2009" "Apple Inc."
16 .SH NAME
17 classes.conf \- class configuration file for cups
18 .SH DESCRIPTION
19 The \fIclasses.conf\fR file defines the local printer classes that are
20 available. It is normally located in the \fI/etc/cups\fR directory and
21 is generated automatically by the \fIcupsd(8)\fR program when printer
22 classes are added or deleted.
23 .LP
24 Each line in the file can be a configuration directive, a blank line,
25 or a comment. Comment lines start with the # character.
26 .SH DIRECTIVES
27 .TP 5
28 <Class name> ... </Class>
29 .br
30 Defines a specific printer class.
31 .TP 5
32 <DefaultClass name> ... </Class>
33 .br
34 Defines a default printer class.
35 .TP 5
36 Accepting Yes
37 .TP 5
38 Accepting No
39 .br
40 Specifies whether the printer is accepting new jobs.
41 .TP 5
42 AllowUser [ user @group ... ]
43 .br
44 Allows specific users and groups to print to the printer.
45 .TP 5
46 DenyUser [ user @group ... ]
47 .br
48 Prevents specific users and groups from printing to the printer.
49 .TP 5
50 Info text
51 .br
52 Specifies human-readable text describing the printer.
53 .TP 5
54 JobSheets banner banner
55 .br
56 Specifies the banner pages to use for the printer.
57 .TP 5
58 KLimit number
59 .br
60 Specifies the job-k-limit value for the printer.
61 .TP 5
62 Location text
63 .br
64 Specifies human-readable text describing the location of the printer.
65 .TP 5
66 OpPolicy name
67 .br
68 Specifies the operation policy for the printer.
69 .TP 5
70 PageLimit number
71 .br
72 Specifies the job-page-limit value for the printer.
73 .TP 5
74 Printer
75 .br
76 Specifies a printer that is a member of the printer class.
77 .TP 5
78 QuotaPeriod seconds
79 .br
80 Specifies the job-quota-period value for the printer.
81 .TP 5
82 Shared Yes
83 .TP 5
84 Shared No
85 .br
86 Specifies whether the printer is shared.
87 .TP 5
88 State idle
89 .TP 5
90 State stopped
91 .br
92 Specifies the initial state of the printer (Idle or Stopped)
93 .TP 5
94 StateMessage text
95 .br
96 Specifies the message associated with the state.
97 .TP 5
98 StateTime seconds
99 .br
100 Specifies the date/time associated with the state.
101 .SH SEE ALSO
102 \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR, \fImime.convs(5)\fR,
103 \fImime.types(5)\fR, \fIprinters.conf(5)\fR,
104 .br
105 http://localhost:631/help
106 .SH COPYRIGHT
107 Copyright 2007-2013 by Apple Inc.
108 .\"
109 .\" End of "$Id$".
110 .\"