Allow Anonymous

Hubert Figuiere hub at nit.ca
Tue Sep 13 12:14:47 PDT 2005


Luciano Giacchetta wrote:

> One cuestion, i need each user on windows system can cancel your jobs. Now,
> nobody can do that.
> This is de error...
> cancel_job: "anonymous" not authorized to delete job id 24447 owned by
> "user"
> 
> I found on internet some tips for this problems.. but nothing else.
> I put in my cupsd.conf
> 
> <Location /jobs>
> AuthType Basic
> AuthClass Anonymous
> #AuthClass User
> #AuthClass Group
> #AuthGroupName sys
> Order Deny,Allow
> Allow from All
> Allow from 0.0.0.0
> </Location>


Try "AuthType None"

But be aware that it is a scurity breach...


Hub




More information about the cups mailing list