]> git.ipfire.org Git - thirdparty/cups.git/blob - man/cupsd.conf.man.in
Fix cipher suite selection with GNU TLS (Issue #5145)
[thirdparty/cups.git] / man / cupsd.conf.man.in
1 .\"
2 .\" cupsd.conf man page for CUPS.
3 .\"
4 .\" Copyright 2007-2017 by Apple Inc.
5 .\" Copyright 1997-2006 by Easy Software Products.
6 .\"
7 .\" These coded instructions, statements, and computer programs are the
8 .\" property of Apple Inc. and are protected by Federal copyright
9 .\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
10 .\" which should have been included with this file. If this file is
11 .\" file is missing or damaged, see the license at "http://www.cups.org/".
12 .\"
13 .TH cupsd.conf 5 "CUPS" "19 October 2017" "Apple Inc."
14 .SH NAME
15 cupsd.conf \- server configuration file for cups
16 .SH DESCRIPTION
17 The
18 .I cupsd.conf
19 file configures the CUPS scheduler,
20 .BR cupsd (8).
21 It is normally located in the
22 .I /etc/cups
23 directory.
24 \fBNote:\fR File, directory, and user configuration directives that used to be allowed in the \fBcupsd.conf\fR file are now stored in the
25 .BR cups-files.conf (5)
26 file instead in order to prevent certain types of privilege escalation attacks.
27 .LP
28 Each line in the file can be a configuration directive, a blank line, or a comment.
29 Configuration directives typically consist of a name and zero or more values separated by whitespace.
30 The configuration directive name and values are case-insensitive.
31 Comment lines start with the # character.
32 .SS TOP-LEVEL DIRECTIVES
33 The following top-level directives are understood by
34 .BR cupsd (8):
35 .\"#AccessLogLevel
36 .TP 5
37 \fBAccessLogLevel config\fR
38 .TP 5
39 \fBAccessLogLevel actions\fR
40 .TP 5
41 \fBAccessLogLevel all\fR
42 Specifies the logging level for the AccessLog file.
43 The "config" level logs when printers and classes are added, deleted, or modified and when configuration files are accessed or updated.
44 The "actions" level logs when print jobs are submitted, held, released, modified, or canceled, and any of the conditions for "config".
45 The "all" level logs all requests.
46 The default access log level is "actions".
47 .\"#AutoPurgeJobs
48 .TP 5
49 \fBAutoPurgeJobs Yes\fR
50 .TP 5
51 \fBAutoPurgeJobs No\fR
52 .br
53 Specifies whether to purge job history data automatically when it is no longer required for quotas.
54 The default is "No".
55 .\"#BrowseLocalProtocols
56 .TP 5
57 \fBBrowseLocalProtocols all\fR
58 .TP 5
59 \fBBrowseLocalProtocols dnssd\fR
60 .TP 5
61 \fBBrowseLocalProtocols none\fR
62 Specifies which protocols to use for local printer sharing.
63 The default is "dnssd" on systems that support Bonjour and "none" otherwise.
64 .\"#BrowseWebIF
65 .TP 5
66 \fBBrowseWebIF Yes\fR
67 .TP 5
68 \fBBrowseWebIF No\fR
69 .br
70 Specifies whether the CUPS web interface is advertised.
71 The default is "No".
72 .\"#Browsing
73 .TP 5
74 \fBBrowsing Yes\fR
75 .TP 5
76 \fBBrowsing No\fR
77 .br
78 Specifies whether shared printers are advertised.
79 The default is "No".
80 .\"#DefaultAuthType
81 .TP 5
82 \fBDefaultAuthType Basic\fR
83 .TP 5
84 \fBDefaultAuthType Negotiate\fR
85 .br
86 Specifies the default type of authentication to use.
87 The default is "Basic".
88 .\"#DefaultEncryption
89 .TP 5
90 \fBDefaultEncryption Never\fR
91 .TP 5
92 \fBDefaultEncryption IfRequested\fR
93 .TP 5
94 \fBDefaultEncryption Required\fR
95 Specifies whether encryption will be used for authenticated requests.
96 The default is "Required".
97 .\"#DefaultLanguage
98 .TP 5
99 \fBDefaultLanguage \fIlocale\fR
100 Specifies the default language to use for text and web content.
101 The default is "en".
102 .\"#DefaultPaperSize
103 .TP 5
104 \fBDefaultPaperSize Auto\fR
105 .TP 5
106 \fBDefaultPaperSize None\fR
107 .TP 5
108 \fBDefaultPaperSize \fIsizename\fR
109 Specifies the default paper size for new print queues. "Auto" uses a locale-specific default, while "None" specifies there is no default paper size.
110 Specific size names are typically "Letter" or "A4".
111 The default is "Auto".
112 .\"#DefaultPolicy
113 .TP 5
114 \fBDefaultPolicy \fIpolicy-name\fR
115 Specifies the default access policy to use.
116 The default access policy is "default".
117 .\"#DefaultShared
118 .TP 5
119 \fBDefaultShared Yes\fR
120 .TP 5
121 \fBDefaultShared No\fR
122 Specifies whether local printers are shared by default.
123 The default is "Yes".
124 .\"#DirtyCleanInterval
125 .TP 5
126 \fBDirtyCleanInterval \fIseconds\fR
127 Specifies the delay for updating of configuration and state files.
128 A value of 0 causes the update to happen as soon as possible, typically within a few milliseconds.
129 The default value is "30".
130 .\"#ErrorPolicy
131 .TP 5
132 \fBErrorPolicy abort-job\fR
133 Specifies that a failed print job should be aborted (discarded) unless otherwise specified for the printer.
134 .TP 5
135 \fBErrorPolicy retry-job\fR
136 Specifies that a failed print job should be retried at a later time unless otherwise specified for the printer.
137 .TP 5
138 \fBErrorPolicy retry-this-job\fR
139 Specifies that a failed print job should be retried immediately unless otherwise specified for the printer.
140 .TP 5
141 \fBErrorPolicy stop-printer\fR
142 Specifies that a failed print job should stop the printer unless otherwise specified for the printer. The 'stop-printer' error policy is the default.
143 .\"#FilterLimit
144 .TP 5
145 \fBFilterLimit \fIlimit\fR
146 Specifies the maximum cost of filters that are run concurrently, which can be used to minimize disk, memory, and CPU resource problems.
147 A limit of 0 disables filter limiting.
148 An average print to a non-PostScript printer needs a filter limit of about 200.
149 A PostScript printer needs about half that (100).
150 Setting the limit below these thresholds will effectively limit the scheduler to printing a single job at any time.
151 The default limit is "0".
152 .\"#FilterNice
153 .TP 5
154 \fBFilterNice \fInice-value\fR
155 Specifies the scheduling priority (
156 .BR nice (8)
157 value) of filters that are run to print a job.
158 The nice value ranges from 0, the highest priority, to 19, the lowest priority.
159 The default is 0.
160 .\"#GSSServiceName
161 .TP 5
162 \fBGSSServiceName \fIname\fR
163 Specifies the service name when using Kerberos authentication.
164 The default service name is "http."
165 .TP 5
166 .\"#HostNameLookups
167 \fBHostNameLookups On\fR
168 .TP 5
169 \fBHostNameLookups Off\fR
170 .TP 5
171 \fBHostNameLookups Double\fR
172 Specifies whether to do reverse lookups on connecting clients.
173 The "Double" setting causes
174 .BR cupsd (8)
175 to verify that the hostname resolved from the address matches one of the addresses returned for that hostname.
176 Double lookups also prevent clients with unregistered addresses from connecting to your server.
177 The default is "Off" to avoid the potential server performance problems with hostname lookups.
178 Only set this option to "On" or "Double" if absolutely required.
179 .\"#IdleExitTimeout
180 .TP 5
181 \fBIdleExitTimeout \fIseconds\fR
182 Specifies the length of time to wait before shutting down due to inactivity.
183 The default is "60" seconds.
184 Note: Only applicable when
185 .BR cupsd (8)
186 is run on-demand (e.g., with \fB-l\fR).
187 .\"#JobKillDelay
188 .TP 5
189 \fBJobKillDelay \fIseconds\fR
190 Specifies the number of seconds to wait before killing the filters and backend associated with a canceled or held job.
191 The default is "30".
192 .\"#JobRetryInterval
193 .TP 5
194 \fBJobRetryInterval \fIseconds\fR
195 Specifies the interval between retries of jobs in seconds.
196 This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job" or "retry-current-job".
197 The default is "30".
198 .\"#JobRetryLimit
199 .TP 5
200 \fBJobRetryLimit \fIcount\fR
201 Specifies the number of retries that are done for jobs.
202 This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job" or "retry-current-job".
203 The default is "5".
204 .\"#KeepAlive
205 .TP 5
206 \fBKeepAlive Yes\fR
207 .TP 5
208 \fBKeepAlive No\fR
209 Specifies whether to support HTTP keep-alive connections.
210 The default is "Yes".
211 .\"#KeepAliveTimeout
212 .TP 5
213 \fBKeepAliveTimeout \fIseconds\fR
214 Specifies how long an idle client connection remains open.
215 The default is "30".
216 .\"#LimitIPP
217 .TP 5
218 \fB<Limit \fIoperation \fR...\fB> \fR... \fB</Limit>\fR
219 Specifies the IPP operations that are being limited inside a Policy section. IPP operation names are listed below in the section "IPP OPERATION NAMES".
220 .\"#Limit
221 .TP 5
222 \fB<Limit \fImethod \fR...\fB> \fR... \fB</Limit>\fR
223 .\"#LimitExcept
224 .TP 5
225 \fB<LimitExcept \fImethod \fR...\fB> \fR... \fB</LimitExcept>\fR
226 Specifies the HTTP methods that are being limited inside a Location section. HTTP method names are listed below in the section "HTTP METHOD NAMES".
227 .\"#LimitRequestBody
228 .TP 5
229 \fBLimitRequestBody \fIsize\fR
230 Specifies the maximum size of print files, IPP requests, and HTML form data.
231 The default is "0" which disables the limit check.
232 .\"#Listen
233 .TP 5
234 \fBListen \fIipv4-address\fB:\fIport\fR
235 .TP 5
236 \fBListen [\fIipv6-address\fB]:\fIport\fR
237 .TP 5
238 \fBListen *:\fIport\fR
239 .TP 5
240 \fBListen \fI/path/to/domain/socket\fR
241 Listens to the specified address and port or domain socket path for connections.
242 Multiple Listen directives can be provided to listen on multiple addresses.
243 The Listen directive is similar to the Port directive but allows you to restrict access to specific interfaces or networks.
244 .\"#ListenBackLog
245 .TP 5
246 \fBListenBackLog \fInumber\fR
247 Specifies the number of pending connections that will be allowed.
248 This normally only affects very busy servers that have reached the MaxClients limit, but can also be triggered by large numbers of simultaneous connections.
249 When the limit is reached, the operating system will refuse additional connections until the scheduler can accept the pending ones.
250 The default is the OS-defined default limit, typically either "5" for older operating systems or "128" for newer operating systems.
251 .\"#Location
252 .TP 5
253 \fB<Location \fI/path\fB> \fR... \fB</Location>\fR
254 Specifies access control for the named location.
255 Paths are documented below in the section "LOCATION PATHS".
256 .\"#LogDebugHistory
257 .TP 5
258 \fBLogDebugHistory \fInumber\fR
259 Specifies the number of debugging messages that are retained for logging if an error occurs in a print job. Debug messages are logged regardless of the LogLevel setting.
260 .\"#LogLevel
261 .TP 5
262 \fBLogLevel \fRnone
263 .TP 5
264 \fBLogLevel \fRemerg
265 .TP 5
266 \fBLogLevel \fRalert
267 .TP 5
268 \fBLogLevel \fRcrit
269 .TP 5
270 \fBLogLevel \fRerror
271 .TP 5
272 \fBLogLevel \fRwarn
273 .TP 5
274 \fBLogLevel \fRnotice
275 .TP 5
276 \fBLogLevel \fRinfo
277 .TP 5
278 \fBLogLevel \fRdebug
279 .TP 5
280 \fBLogLevel \fRdebug2
281 Specifies the level of logging for the ErrorLog file.
282 The value "none" stops all logging while "debug2" logs everything.
283 The default is "warn".
284 .\"#LogTimeFormat
285 .TP 5
286 \fBLogTimeFormat \fRstandard
287 .TP 5
288 \fBLogTimeFormat \fRusecs
289 Specifies the format of the date and time in the log files.
290 The value "standard" is the default and logs whole seconds while "usecs" logs microseconds.
291 .\"#MaxClients
292 .TP 5
293 \fBMaxClients \fInumber\fR
294 Specifies the maximum number of simultaneous clients that are allowed by the scheduler.
295 The default is "100".
296 .\"#MaxClientPerHost
297 .TP 5
298 \fBMaxClientsPerHost \fInumber\fR
299 Specifies the maximum number of simultaneous clients that are allowed from a
300 single address.
301 The default is the MaxClients value.
302 .\"#MaxCopies
303 .TP 5
304 \fBMaxCopies \fInumber\fR
305 Specifies the maximum number of copies that a user can print of each job.
306 The default is "9999".
307 .\"#MaxHoldTime
308 .TP 5
309 \fBMaxHoldTime \fIseconds\fR
310 Specifies the maximum time a job may remain in the "indefinite" hold state before it is canceled.
311 The default is "0" which disables cancellation of held jobs.
312 .\"#MaxJobs
313 .TP 5
314 \fBMaxJobs \fInumber\fR
315 Specifies the maximum number of simultaneous jobs that are allowed.
316 Set to "0" to allow an unlimited number of jobs.
317 The default is "500".
318 .\"#MaxJobsPerPrinter
319 .TP 5
320 \fBMaxJobsPerPrinter \fInumber\fR
321 Specifies the maximum number of simultaneous jobs that are allowed per printer.
322 The default is "0" which allows up to MaxJobs jobs per printer.
323 .\"#MaxJobsPerUser
324 .TP 5
325 \fBMaxJobsPerUser \fInumber\fR
326 Specifies the maximum number of simultaneous jobs that are allowed per user.
327 The default is "0" which allows up to MaxJobs jobs per user.
328 .\"#MaxJobTime
329 .TP 5
330 \fBMaxJobTime \fIseconds\fR
331 Specifies the maximum time a job may take to print before it is canceled.
332 Set to "0" to disable cancellation of "stuck" jobs.
333 The default is "10800" (3 hours).
334 .\"#MaxLogSize
335 .TP 5
336 \fBMaxLogSize \fIsize\fR
337 Specifies the maximum size of the log files before they are rotated.
338 The value "0" disables log rotation.
339 The default is "1048576" (1MB).
340 .\"#MultipleOperationTimeout
341 .TP 5
342 \fBMultipleOperationTimeout \fIseconds\fR
343 Specifies the maximum amount of time to allow between files in a multiple file print job.
344 The default is "300" (5 minutes).
345 .\"#PassEnv
346 .TP 5
347 \fBPassEnv \fIvariable \fR[ ... \fIvariable \fR]
348 Passes the specified environment variable(s) to child processes.
349 .\"#Policy
350 .TP 5
351 \fB<Policy \fIname\fB> \fR... \fB</Policy>\fR
352 Specifies access control for the named policy.
353 .\"#Port
354 .TP 5
355 \fBPort \fInumber\fR
356 Listens to the specified port number for connections.
357 .\"#PreserveJobFiles
358 .TP 5
359 \fBPreserveJobFiles Yes\fR
360 .TP 5
361 \fBPreserveJobFiles No\fR
362 .TP 5
363 \fBPreserveJobFiles \fIseconds\fR
364 Specifies whether job files (documents) are preserved after a job is printed.
365 If a numeric value is specified, job files are preserved for the indicated number of seconds after printing.
366 The default is "86400" (preserve 1 day).
367 .\"#PreserveJobHistory
368 .TP 5
369 \fBPreserveJobHistory Yes\fR
370 .TP 5
371 \fBPreserveJobHistory No\fR
372 .TP 5
373 \fBPreserveJobHistory \fIseconds\fR
374 Specifies whether the job history is preserved after a job is printed.
375 If a numeric value is specified, the job history is preserved for the indicated number of seconds after printing.
376 If "Yes", the job history is preserved until the MaxJobs limit is reached.
377 The default is "Yes".
378 .\"#ReloadTimeout
379 .TP 5
380 \fBReloadTimeout \fIseconds\fR
381 Specifies the amount of time to wait for job completion before restarting the scheduler.
382 The default is "30".
383 .\"#ServerAdmin
384 .TP 5
385 \fBServerAdmin \fIemail-address\fR
386 Specifies the email address of the server administrator.
387 The default value is "root@ServerName".
388 .\"#ServerAlias
389 .TP 5
390 \fBServerAlias \fIhostname \fR[ ... \fIhostname \fR]
391 .TP 5
392 \fBServerAlias *\fR
393 The ServerAlias directive is used for HTTP Host header validation when clients connect to the scheduler from external interfaces.
394 Using the special name "*" can expose your system to known browser-based DNS rebinding attacks, even when accessing sites through a firewall.
395 If the auto-discovery of alternate names does not work, we recommend listing each alternate name with a ServerAlias directive instead of using "*".
396 .\"#ServerName
397 .TP 5
398 \fBServerName \fIhostname\fR
399 Specifies the fully-qualified hostname of the server.
400 The default is the value reported by the
401 .BR hostname (1)
402 command.
403 .\"#ServerTokens
404 .TP 5
405 \fBServerTokens None\fR
406 .TP 5
407 \fBServerTokens ProductOnly\fR
408 .TP 5
409 \fBServerTokens Major\fR
410 .TP 5
411 \fBServerTokens Minor\fR
412 .TP 5
413 \fBServerTokens Minimal\fR
414 .TP 5
415 \fBServerTokens OS\fR
416 .TP 5
417 \fBServerTokens Full\fR
418 Specifies what information is included in the Server header of HTTP responses.
419 "None" disables the Server header.
420 "ProductOnly" reports "CUPS".
421 "Major" reports "CUPS 2".
422 "Minor" reports "CUPS 2.0".
423 "Minimal" reports "CUPS 2.0.0".
424 "OS" reports "CUPS 2.0.0 (UNAME)" where UNAME is the output of the
425 .BR uname (1)
426 command.
427 "Full" reports "CUPS 2.0.0 (UNAME) IPP/2.0".
428 The default is "Minimal".
429 .\"#SetEnv
430 .TP 5
431 \fBSetEnv \fIvariable value\fR
432 Set the specified environment variable to be passed to child processes.
433 .\"#SSLListen
434 .TP 5
435 \fBSSLListen \fIipv4-address\fB:\fIport\fR
436 .TP 5
437 \fBSSLListen [\fIipv6-address\fB]:\fIport\fR
438 .TP 5
439 \fBSSLListen *:\fIport\fR
440 Listens on the specified address and port for encrypted connections.
441 .\"#SSLOptions
442 .TP 5
443 \fBSSLOptions \fR[\fIAllowDH\fR] [\fIAllowRC4\fR] [\fIAllowSSL3\fR] [\fIDenyCBC\fR] [\fIDenyTLS1.0\fR]
444 .TP 5
445 \fBSSLOptions None\fR
446 Sets encryption options.
447 By default, CUPS only supports encryption using TLS v1.0 or higher using known secure cipher suites.
448 Security is reduced when \fIAllow\fR options are used.
449 Security is enhanced when \fIDeny\fR options are used.
450 The \fIAllowDH\fR option enables cipher suites using plain Diffie-Hellman key negotiation (not supported on systems using GNU TLS).
451 The \fIAllowRC4\fR option enables the 128-bit RC4 cipher suites, which are required for some older clients.
452 The \fIAllowSSL3\fR option enables SSL v3.0, which is required for some older clients that do not support TLS v1.0.
453 The \fIDenyCBC\fR option disables all CBC cipher suites.
454 The \fIDenyTLS1.0\fR option disables TLS v1.0 support - this sets the minimum protocol version to TLS v1.1.
455 .\"#SSLPort
456 .TP 5
457 \fBSSLPort \fIport\fR
458 Listens on the specified port for encrypted connections.
459 .\"#StrictConformance
460 .TP 5
461 \fBStrictConformance Yes\fR
462 .TP 5
463 \fBStrictConformance No\fR
464 Specifies whether the scheduler requires clients to strictly adhere to the IPP specifications.
465 The default is "No".
466 .\"#Timeout
467 .TP 5
468 \fBTimeout \fIseconds\fR
469 Specifies the HTTP request timeout.
470 The default is "300" (5 minutes).
471 .\"#WebInterface
472 .TP 5
473 \fBWebInterface yes\fR
474 .TP 5
475 \fBWebInterface no\fR
476 Specifies whether the web interface is enabled.
477 The default is "No".
478 .SS HTTP METHOD NAMES
479 The following HTTP methods are supported by
480 .BR cupsd (8):
481 .TP 5
482 GET
483 Used by a client to download icons and other printer resources and to access the CUPS web interface.
484 .TP 5
485 HEAD
486 Used by a client to get the type, size, and modification date of resources.
487 .TP 5
488 OPTIONS
489 Used by a client to establish a secure (SSL/TLS) connection.
490 .TP 5
491 POST
492 Used by a client to submit IPP requests and HTML forms from the CUPS web interface.
493 .TP 5
494 PUT
495 Used by a client to upload configuration files.
496 .SS IPP OPERATION NAMES
497 The following IPP operations are supported by
498 .BR cupsd (8):
499 .TP 5
500 CUPS\-Accept\-Jobs
501 Allows a printer to accept new jobs.
502 .TP 5
503 CUPS\-Add\-Modify\-Class
504 Adds or modifies a printer class.
505 .TP 5
506 CUPS\-Add\-Modify\-Printer
507 Adds or modifies a printer.
508 .TP 5
509 CUPS\-Authenticate\-Job
510 Releases a job that is held for authentication.
511 .TP 5
512 CUPS\-Delete\-Class
513 Deletes a printer class.
514 .TP 5
515 CUPS\-Delete\-Printer
516 Deletes a printer.
517 .TP 5
518 CUPS\-Get\-Classes
519 Gets a list of printer classes.
520 .TP 5
521 CUPS\-Get\-Default
522 Gets the server default printer or printer class.
523 .TP 5
524 CUPS\-Get\-Devices
525 Gets a list of devices that are currently available.
526 .TP 5
527 CUPS\-Get\-Document
528 Gets a document file for a job.
529 .TP 5
530 CUPS\-Get\-PPD
531 Gets a PPD file.
532 .TP 5
533 CUPS\-Get\-PPDs
534 Gets a list of installed PPD files.
535 .TP 5
536 CUPS\-Get\-Printers
537 Gets a list of printers.
538 .TP 5
539 CUPS\-Move\-Job
540 Moves a job.
541 .TP 5
542 CUPS\-Reject\-Jobs
543 Prevents a printer from accepting new jobs.
544 .TP 5
545 CUPS\-Set\-Default
546 Sets the server default printer or printer class.
547 .TP 5
548 Cancel\-Job
549 Cancels a job.
550 .TP 5
551 Cancel\-Jobs
552 Cancels one or more jobs.
553 .TP 5
554 Cancel\-My\-Jobs
555 Cancels one or more jobs creates by a user.
556 .TP 5
557 Cancel\-Subscription
558 Cancels a subscription.
559 .TP 5
560 Close\-Job
561 Closes a job that is waiting for more documents.
562 .TP 5
563 Create\-Job
564 Creates a new job with no documents.
565 .TP 5
566 Create\-Job\-Subscriptions
567 Creates a subscription for job events.
568 .TP 5
569 Create\-Printer\-Subscriptions
570 Creates a subscription for printer events.
571 .TP 5
572 Get\-Job\-Attributes
573 Gets information about a job.
574 .TP 5
575 Get\-Jobs
576 Gets a list of jobs.
577 .TP 5
578 Get\-Notifications
579 Gets a list of event notifications for a subscription.
580 .TP 5
581 Get\-Printer\-Attributes
582 Gets information about a printer or printer class.
583 .TP 5
584 Get\-Subscription\-Attributes
585 Gets information about a subscription.
586 .TP 5
587 Get\-Subscriptions
588 Gets a list of subscriptions.
589 .TP 5
590 Hold\-Job
591 Holds a job from printing.
592 .TP 5
593 Hold\-New\-Jobs
594 Holds all new jobs from printing.
595 .TP 5
596 Pause\-Printer
597 Stops processing of jobs by a printer or printer class.
598 .TP 5
599 Pause\-Printer\-After\-Current\-Job
600 Stops processing of jobs by a printer or printer class after the current job is finished.
601 .TP 5
602 Print\-Job
603 Creates a new job with a single document.
604 .TP 5
605 Purge\-Jobs
606 Cancels one or more jobs and deletes the job history.
607 .TP 5
608 Release\-Held\-New\-Jobs
609 Allows previously held jobs to print.
610 .TP 5
611 Release\-Job
612 Allows a job to print.
613 .TP 5
614 Renew\-Subscription
615 Renews a subscription.
616 .TP 5
617 Restart\-Job
618 Reprints a job, if possible.
619 .TP 5
620 Send\-Document
621 Adds a document to a job.
622 .TP 5
623 Set\-Job\-Attributes
624 Changes job information.
625 .TP 5
626 Set\-Printer\-Attributes
627 Changes printer or printer class information.
628 .TP 5
629 Validate\-Job
630 Validates options for a new job.
631 .SS LOCATION PATHS
632 The following paths are commonly used when configuring
633 .BR cupsd (8):
634 .TP 5
635 /
636 The path for all get operations (get-printers, get-jobs, etc.)
637 .TP 5
638 /admin
639 The path for all administration operations (add-printer, delete-printer, start-printer, etc.)
640 .TP 5
641 /admin/conf
642 The path for access to the CUPS configuration files (cupsd.conf, client.conf, etc.)
643 .TP 5
644 /admin/log
645 The path for access to the CUPS log files (access_log, error_log, page_log)
646 .TP 5
647 /classes
648 The path for all printer classes
649 .TP 5
650 /classes/name
651 The resource for the named printer class
652 .TP 5
653 /jobs
654 The path for all jobs (hold-job, release-job, etc.)
655 .TP 5
656 /jobs/id
657 The path for the specified job
658 .TP 5
659 /printers
660 The path for all printers
661 .TP 5
662 /printers/name
663 The path for the named printer
664 .TP 5
665 /printers/name.png
666 The icon file path for the named printer
667 .TP 5
668 /printers/name.ppd
669 The PPD file path for the named printer
670 .SS DIRECTIVES VALID WITHIN LOCATION AND LIMIT SECTIONS
671 The following directives may be placed inside Location and Limit sections in the \fBcupsd.conf\fR file:
672 .TP 5
673 \fBAllow all\fR
674 .TP 5
675 \fBAllow none\fR
676 .TP 5
677 \fBAllow \fIhost.domain.com\fR
678 .TP 5
679 \fBAllow *.\fIdomain.com\fR
680 .TP 5
681 \fBAllow \fIipv4-address\fR
682 .TP 5
683 \fBAllow \fIipv4-address\fB/\fInetmask\fR
684 .TP 5
685 \fBAllow \fIipv4-address\fB/\fImm\fR
686 .TP 5
687 \fBAllow [\fIipv6-address\fB]\fR
688 .TP 5
689 \fBAllow [\fIipv6-address\fB]/\fImm\fR
690 .TP 5
691 \fBAllow @IF(\fIname\fB)\fR
692 .TP 5
693 \fBAllow @LOCAL\fR
694 Allows access from the named hosts, domains, addresses, or interfaces.
695 The Order directive controls whether Allow lines are evaluated before or after Deny lines.
696 .TP 5
697 \fBAuthType None\fR
698 .TP 5
699 \fBAuthType Basic\fR
700 .TP 5
701 \fBAuthType Default\fR
702 .TP 5
703 \fBAuthType Negotiate\fR
704 Specifies the type of authentication required.
705 The value "Default" corresponds to the DefaultAuthType value.
706 .TP 5
707 \fBDeny all\fR
708 .TP 5
709 \fBDeny none\fR
710 .TP 5
711 \fBDeny \fIhost.domain.com\fR
712 .TP 5
713 \fBDeny *.\fIdomain.com\fR
714 .TP 5
715 \fBDeny \fIipv4-address\fR
716 .TP 5
717 \fBDeny \fIipv4-address\fB/\fInetmask\fR
718 .TP 5
719 \fBDeny \fIipv4-address\fB/\fImm\fR
720 .TP 5
721 \fBDeny [\fIipv6-address\fB]\fR
722 .TP 5
723 \fBDeny [\fIipv6-address\fB]/\fImm\fR
724 .TP 5
725 \fBDeny @IF(\fIname\fB)\fR
726 .TP 5
727 \fBDeny @LOCAL\fR
728 Denies access from the named hosts, domains, addresses, or interfaces.
729 The Order directive controls whether Deny lines are evaluated before or after Allow lines.
730 .TP 5
731 \fBEncryption IfRequested\fR
732 .TP 5
733 \fBEncryption Never\fR
734 .TP 5
735 \fBEncryption Required\fR
736 Specifies the level of encryption that is required for a particular location.
737 The default value is "IfRequested".
738 .TP 5
739 \fBOrder allow,deny\fR
740 Specifies that access is denied by default. Allow lines are then processed followed by Deny lines to determine whether a client may access a particular resource.
741 .TP 5
742 \fBOrder deny,allow\fR
743 Specifies that access is allowed by default. Deny lines are then processed followed by Allow lines to determine whether a client may access a particular resource.
744 .TP 5
745 \fBRequire group \fIgroup-name \fR[ \fIgroup-name \fR... ]
746 Specifies that an authenticated user must be a member of one of the named groups.
747 .TP 5
748 \fBRequire user {\fIuser-name\fR|\fB@\fIgroup-name\fR} ...
749 Specifies that an authenticated user must match one of the named users or be a member of one of the named groups.
750 The group name "@SYSTEM" corresponds to the list of groups defined by the SystemGroup directive in the
751 .BR cups-files.conf (5)
752 file.
753 The group name "@OWNER" corresponds to the owner of the resource, for example the person that submitted a print job.
754 Note: The 'root' user is not special and must be granted privileges like any other user account.
755 .TP 5
756 \fBRequire valid-user\fR
757 Specifies that any authenticated user is acceptable.
758 .TP 5
759 \fBSatisfy all\fR
760 Specifies that all Allow, AuthType, Deny, Order, and Require conditions must be satisfied to allow access.
761 .TP 5
762 \fBSatisfy any\fR
763 Specifies that any a client may access a resource if either the authentication (AuthType/Require) or address (Allow/Deny/Order) conditions are satisfied.
764 For example, this can be used to require authentication only for remote accesses.
765 .SS DIRECTIVES VALID WITHIN POLICY SECTIONS
766 The following directives may be placed inside Policy sections in the \fBcupsd.conf\fR file:
767 .TP 5
768 \fBJobPrivateAccess all\fR
769 .TP 5
770 \fBJobPrivateAccess default\fR
771 .TP 5
772 \fBJobPrivateAccess \fR{\fIuser\fR|\fB@\fIgroup\fR|\fB@ACL\fR|\fB@OWNER\fR|\fB@SYSTEM\fR} ...
773 Specifies an access list for a job's private values.
774 The "default" access list is "@OWNER @SYSTEM".
775 "@ACL" maps to the printer's requesting-user-name-allowed or requesting-user-name-denied values.
776 "@OWNER" maps to the job's owner.
777 "@SYSTEM" maps to the groups listed for the SystemGroup directive in the
778 .BR cups-files.conf (5)
779 file.
780 .TP 5
781 \fBJobPrivateValues all\fR
782 .TP 5
783 \fBJobPrivateValues default\fR
784 .TP 5
785 \fBJobPrivateValues none\fR
786 .TP 5
787 \fBJobPrivateValues \fIattribute-name \fR[ ... \fIattribute-name \fR]
788 Specifies the list of job values to make private.
789 The "default" values are "job-name", "job-originating-host-name", "job-originating-user-name", and "phone".
790 .TP 5
791 \fBSubscriptionPrivateAccess all\fR
792 .TP 5
793 \fBSubscriptionPrivateAccess default\fR
794 .TP 5
795 \fBSubscriptionPrivateAccess \fR{\fIuser\fR|\fB@\fIgroup\fR|\fB@ACL\fR|\fB@OWNER\fR|\fB@SYSTEM\fR} ...
796 Specifies an access list for a subscription's private values.
797 The "default" access list is "@OWNER @SYSTEM".
798 "@ACL" maps to the printer's requesting-user-name-allowed or requesting-user-name-denied values.
799 "@OWNER" maps to the job's owner.
800 "@SYSTEM" maps to the groups listed for the SystemGroup directive in the
801 .BR cups-files.conf (5)
802 file.
803 .TP 5
804 \fBSubscriptionPrivateValues all\fR
805 .TP 5
806 \fBSubscriptionPrivateValues default\fR
807 .TP 5
808 \fBSubscriptionPrivateValues none\fR
809 .TP 5
810 \fBSubscriptionPrivateValues \fIattribute-name \fR[ ... \fIattribute-name \fR]
811 Specifies the list of subscription values to make private.
812 The "default" values are "notify-events", "notify-pull-method", "notify-recipient-uri", "notify-subscriber-user-name", and "notify-user-data".
813 .SS DEPRECATED DIRECTIVES
814 The following directives are deprecated and will be removed in a future release of CUPS:
815 .\"#Classification
816 .TP 5
817 \fBClassification \fIbanner\fR
818 .br
819 Specifies the security classification of the server.
820 Any valid banner name can be used, including "classified", "confidential", "secret", "topsecret", and "unclassified", or the banner can be omitted to disable secure printing functions.
821 The default is no classification banner.
822 .\"#ClassifyOverride
823 .TP 5
824 \fBClassifyOverride Yes\fR
825 .TP 5
826 \fBClassifyOverride No\fR
827 .br
828 Specifies whether users may override the classification (cover page) of individual print jobs using the "job-sheets" option.
829 The default is "No".
830 .\"#PageLogFormat
831 .TP 5
832 \fBPageLogFormat \fIformat-string\fR
833 Specifies the format of PageLog lines.
834 Sequences beginning with percent (%) characters are replaced with the corresponding information, while all other characters are copied literally.
835 The following percent sequences are recognized:
836 .nf
837
838 "%%" inserts a single percent character.
839 "%{name}" inserts the value of the specified IPP attribute.
840 "%C" inserts the number of copies for the current page.
841 "%P" inserts the current page number.
842 "%T" inserts the current date and time in common log format.
843 "%j" inserts the job ID.
844 "%p" inserts the printer name.
845 "%u" inserts the username.
846
847 .fi
848 The default is the empty string, which disables page logging.
849 The string "%p %u %j %T %P %C %{job-billing} %{job-originating-host-name} %{job-name} %{media} %{sides}" creates a page log with the standard items.
850 .\"#RIPCache
851 .TP 5
852 \fBRIPCache \fIsize\fR
853 Specifies the maximum amount of memory to use when converting documents into bitmaps for a printer.
854 The default is "128m".
855 .SH CONFORMING TO
856 The \fBcupsd.conf\fR file format is based on the Apache HTTP Server configuration file format.
857 .SH EXAMPLES
858 Log everything with a maximum log file size of 32 megabytes:
859 .nf
860
861 AccessLogLevel all
862 LogLevel debug2
863 MaxLogSize 32m
864
865 .fi
866 Require authentication for accesses from outside the 10. network:
867 .nf
868
869 <Location />
870 Order allow,deny
871 Allow from 10./8
872 AuthType Basic
873 Require valid-user
874 Satisfy any
875 </Location>
876 .fi
877 .SH SEE ALSO
878 .BR classes.conf (5),
879 .BR cups-files.conf (5),
880 .BR cupsd (8),
881 .BR mime.convs (5),
882 .BR mime.types (5),
883 .BR printers.conf (5),
884 .BR subscriptions.conf (5),
885 CUPS Online Help (http://localhost:631/help)
886 .SH COPYRIGHT
887 Copyright \[co] 2007-2017 by Apple Inc.