[gentoo-user] localhost:631/jobs - deleting jobs

2013-04-20 Thread Joseph

Does anybody know which file do I need to edit to allow user delete their own 
print jobs in http://localhost:631/jobs/ ?

I can list/delete the jobs from command lines but not in the browser.

--
Joseph



Re: [gentoo-user] localhost:631/jobs - deleting jobs

2013-04-20 Thread Joseph

On 04/20/13 19:39, Joseph wrote:

Does anybody know which file do I need to edit to allow user delete their own 
print jobs in http://localhost:631/jobs/ ?

I can list/delete the jobs from command lines but not in the browser.


Got it:
cupsd.conf
# Restrict access to the admin pages...
Location /admin
 Order allow,deny
 Allow localhost
/Location

--
Joseph