Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] cups - print job owner
Date: Tue, 07 May 2013 15:48:52
Message-Id: 20130507154842.GA5718@syscon7.inet
1 When I submit print job to my network printer cups display on the web-page:
2
3 ▼ ID ▼ Name User Size Pages
4 Brother-2907 Unknown Withheld 42k
5
6 So I can not delete the print job as I'm not the owner.
7 How to control the ownership of the print job?
8
9 In cupsd.conf I have:
10 ...
11 # Only the owner or an administrator can cancel or authenticate a job...
12 <Limit Cancel-Job CUPS-Authenticate-Job>
13 Require user @OWNER @SYSTEM
14 Order deny,allow
15 </Limit>
16 ...
17
18 I could make a short-cat and add:
19 Allow from my_ip_address
20
21 but I don't think this is a good solution.
22
23 --
24 Joseph

Replies

Subject Author
Re: [gentoo-user] cups - print job owner Mick <michaelkintzios@×××××.com>