Appendix AConfiguration File Directives
This appendix summarizes the configuration directives used for all the CUPS configuration files.
classes.conf
The CUPS scheduler (cupsd
) uses the classes.conf
file to store the list of available printer classes. This file contains only locally defined classes and not remote or implicit classes that are created automatically.
Accepting
Examples
<Class foo>. . .Accepting yes</Class>
<Class bar>. . .Accepting no</Class>
Description
The Accepting
directive defines the initial Boolean value for the printer-is-accepting-jobs
attribute. This directive must appear inside a Class
or DefaultClass
definition.
AllowUser
Examples
<Class name>. . .AllowUser fooAllowUser bar</Class>
Description
The AllowUser ...
Get Common UNIX Printing System now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.