CUPS - permissions for cancelling jobs?

Geoffrey S. Mendelson yellowdog-general@lists.terrasoftsolutions.com
Tue Apr 13 16:40:02 2004


Alexander Holst wrote:

> How do I cancel jobs from the CUPS http interface (localhost:631)?
> 
> When simply clicking on the "Cancel Job" button under the "Jobs"
> section, I ge a "client-forbidden-error". If I first go into the
> "Administration" section and authenticate as root, I can cancel jobs
> under the "Jobs" section.

<Location /jobs>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.0/24 
</Location>

Geoff.

-- 
Geoffrey S. Mendelson gsm@mendelson.com