how to let users cancel their own jobs without a password?

Griff Miller griff.miller at positron.com
Wed Oct 27 11:15:26 PDT 2004


Here is the relevant excerpt from my cupsd.conf:

<Location /jobs>
AuthType Basic
AuthClass User
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From *.mydomain.com
</Location>

So users can cancel their own jobs, but are asked for a password:

% cancel phaser3-93821
Password for joebob on prthost.mydomain.com?

How can I get rid of the password question, without enabling
people to cancel other people's jobs? i.e. how to get it
working like the Solaris cancel ?

TIA

Griff




More information about the cups mailing list