summaryrefslogtreecommitdiff
path: root/conf/cupsd.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'conf/cupsd.conf.in')
-rw-r--r--conf/cupsd.conf.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/cupsd.conf.in b/conf/cupsd.conf.in
index 63ea89e76..adc0752cf 100644
--- a/conf/cupsd.conf.in
+++ b/conf/cupsd.conf.in
@@ -62,13 +62,13 @@ DefaultAuthType Basic
# All printer operations require a printer operator to authenticate...
<Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
AuthType Default
- Require user @CUPS_DEFAULT_PRINTADMIN_AUTH@
+ Require user @CUPS_DEFAULT_PRINTOPERATOR_AUTH@
Order deny,allow
</Limit>
# Only the owner or an administrator can cancel or authenticate a job...
<Limit Cancel-Job CUPS-Authenticate-Job>
- Require user @OWNER @CUPS_DEFAULT_PRINTADMIN_AUTH@
+ Require user @OWNER @CUPS_DEFAULT_PRINTOPERATOR_AUTH@
Order deny,allow
</Limit>
@@ -101,14 +101,14 @@ DefaultAuthType Basic
# All printer operations require a printer operator to authenticate...
<Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
AuthType Default
- Require user @CUPS_DEFAULT_PRINTADMIN_AUTH@
+ Require user @CUPS_DEFAULT_PRINTOPERATOR_AUTH@
Order deny,allow
</Limit>
# Only the owner or an administrator can cancel or authenticate a job...
<Limit Cancel-Job CUPS-Authenticate-Job>
AuthType Default
- Require user @OWNER @CUPS_DEFAULT_PRINTADMIN_AUTH@
+ Require user @OWNER @CUPS_DEFAULT_PRINTOPERATOR_AUTH@
Order deny,allow
</Limit>