[cups.general] job cancellation from web interface not working

Mohammed Riyaz p_mdriyaz at fastmail.fm
Sat Feb 5 19:36:21 PST 2005


Hi,

On Sat, 5 Feb 2005 10:36:44 -0900, marc at arctic.net said:
> While we can add and delete printers without any problem from
> the web interface.  when we try to manage jobs we get a client
> error forbidden, 

In the /etc/cupsd.conf file add

<Location /Jobs>
AuthClass System
AuthType Basic
...
...
...
</Location>

If you do not want to give system password's then you could use AuthType
BasicDigest, or Digest(Digest dosent work with all browsers though).
Read more about this is the documentation.

But your AuthClass has to be system.

Mohammed Riyaz P.





More information about the cups mailing list