Allow anyone to cancel/hold any print job

Marc Schmitt mschmitt at inf.ethz.ch
Tue Jul 20 07:13:55 PDT 2004


Hello all,

I can't find a way to allow anyone to kill any print jobs.
I tried things like this:

<Location /jobs>
  Order Deny,Allow
  AuthClass Anonymous
  AuthType None
  Deny From All
  Allow From 127.0.0.1
  Allow From @IF(eth0)
  Allow From @IF(eth1)
</Location>

But I always get

hold_job: "" not authorized to hold job id 1 owned by "mschmitt"!

in the error.log. Is this basicly denied or how should I configure it to allow anyone to hold/cancel any job?

TIA
     Marc




More information about the cups mailing list