View previous topic :: View next topic |
Author |
Message |
Joseph_sys Advocate
Joined: 08 Jun 2004 Posts: 2716 Location: Edmonton, AB
|
Posted: Thu May 09, 2013 2:07 pm Post subject: cups - print job owner |
|
|
When I submit print job to my network printer cups display on the web-page:
Code: |
▼ ID ▼ Name User Size
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 tried to add: Allow from
Code: | ...
# 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
Allow from 10.0.0.109
</Limit>
... |
But it makes no difference, and I'm not even sure if I'm adding it in correct place as there are many policy rules.
"$ grep lp /etc/group" gives me:
lp:x:7:lp,joseph
lpadmin:x:106: |
|
Back to top |
|
|
BradN Advocate
Joined: 19 Apr 2002 Posts: 2391 Location: Wisconsin (USA)
|
Posted: Thu May 09, 2013 8:09 pm Post subject: |
|
|
Does it work if you add yourself to lpadmin group? |
|
Back to top |
|
|
Joseph_sys Advocate
Joined: 08 Jun 2004 Posts: 2716 Location: Edmonton, AB
|
Posted: Thu May 09, 2013 8:18 pm Post subject: |
|
|
BradN wrote: | Does it work if you add yourself to lpadmin group? |
I just tried it, it doesn't work with "lpadmin" group either. |
|
Back to top |
|
|
|