Allow Anonymous

Anonymous anonymous at easysw.com
Mon Sep 12 22:17:47 PDT 2005


Hi!

Try adding

Allow from 127.0.0.1

like

<Location /jobs>
 AuthType Basic
 AuthClass Anonymous
 #AuthClass User
 #AuthClass Group
 #AuthGroupName sys
 Order Deny,Allow
 Allow from All
 Allow from 0.0.0.0
 Allow from 127.0.0.1
</Location>

to each - or at least to /job section.

Bye

> Hi,
>
> 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>
>
> Too, i create an user called  anonymous into sys group whith lppasswd.
> An uncomment
> #AuthClass User
> #AuthClass Group
> #AuthGroupName sys
>
> But, nothing...
>
>
> If someone have the anonymous enable for cancel jobs, please help me...:P
>
> Bye
>
> Luciano
>
>
>





More information about the cups mailing list