[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#369563: marked as done (cups: won't delete jobs with AuthType Group)



Your message dated Sun, 1 Jun 2008 23:09:06 +0200
with message-id <20080601210906.GB6509@piware.de>
and subject line Cleaning up old bug reports
has caused the Debian Bug report #369563,
regarding cups: won't delete jobs with AuthType Group
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
369563: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369563
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: cupsys
Version: 1.1.23-10sarge1

I've been trying to get CUPS to allow cancelling of jobs via the web interface. The browser would get an "client-error-forbidden" error and the log would show

  cancel_job "user" not authorized to delete job id ## owned by "other"

I tried using:

	<Location /jobs>
	AuthType Basic
	AuthClass Group
	AuthGroupName admin
	Order Deny,Allow
	Deny From All
	Allow From 127.0.0.0/24
	Allow From 10.0.1.2/16
	</Location>

But it didn't work. I could see the jobs but not cancel them. So I switched to the following...


	<Location /jobs>
	AuthType Basic
	AuthClass System
	Order Deny,Allow
	Deny From All
	Allow From 127.0.0.0/24
	Allow From 10.0.1.2/16
	</Location>

And that worked.  Only "AuthClass System" will honor the "admin" group.

                                          Brian
                                 ( bcwhite@precidia.com )

-------------------------------------------------------------------------------
    In theory, theory and practice are the same.  In practice, they're not.


--- End Message ---
--- Begin Message ---
Dear bug submitter,

This bug was reported against a very old version of cups (older than
in the current stable Debian version "Etch"). About a year ago,
Martin-Eric Racine asked for feedback whether the bug still applied to
the current Debian Etch version, but we did not get any feedback. In
order to not keep around old, hardware-specific, and inactive bugs
around forever, I close this bug now.

Please report back if you still experience the problem with the
current version in Etch; if you can test Lenny/unstable, that would be
highly appreciated, of course. I will reopen this bug then.

Thank you for your report!

Martin
-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: