1Upstream: Not applicable (local configuration)
2Reason: Sets config defaults for Alpine
3
4--- a/conf/cupsd.conf.in
5+++ b/conf/cupsd.conf.in
6@@ -154,12 +154,12 @@
7
8 # Job-related operations must be done by the owner or an administrator...
9 <Limit Create-Job Print-Job Print-URI Validate-Job>
10- AuthType Negotiate
11+ AuthType Default
12 Order deny,allow
13 </Limit>
14
15 <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
16- AuthType Negotiate
17+ AuthType Default
18 Require user @OWNER @SYSTEM
19 Order deny,allow
20 </Limit>
21@@ -180,7 +180,7 @@
22
23 # Only the owner or an administrator can cancel or authenticate a job...
24 <Limit Cancel-Job CUPS-Authenticate-Job>
25- AuthType Negotiate
26+ AuthType Default
27 Require user @OWNER @CUPS_DEFAULT_PRINTOPERATOR_AUTH@
28 Order deny,allow
29 </Limit>