When I submit print job to my network printer cups display on the web-page:
▼ ID ▼ Name User Size Pages
Brother-2907 Unknown Withheld 42k
So I can not delete the print job as I'm not the owner.
How to control the ownership of the print job?
In cupsd.conf I have:
...
# Only the owner or an administrator can cancel or authenticate a job...
<Limit Cancel-Job CUPS-Authenticate-Job>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
...
I could make a short-cat and add:
Allow from my_ip_address
but I don't think this is a good solution.
--
Joseph