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

Re: Configuring CUPS to allow all users to (re)start printer



On Fri, 20 Aug 2004 18:10:12 +0200, Kjetil Kjernsmo wrote:
> On fredag 20. august 2004, 16:02, Tim Kelley wrote:
>> <Location /admin>
>> AuthType Basic (or Digest)
>> AuthClass User

That looks exactly like an apache config for .htaccess, so this might
do it, replace HPLJ with the printer name.

<Location /admin>
AuthType Basic
AuthClass System
</Location>

<Location /admin/op=stop-printer&printer_name=HPLJ>
Authtype Basic
AuthClass User
</Location>

<Location /admin/op=start-printer&printer_name=HPLJ>
Authtype Basic
AuthClass User
</Location>

> Uhm, OK, thanks. So there isn't any way to narrow it down to the 
> specific action of just starting the printer (which is really what I 
> was looking for)? 


-- 
Stephen Patterson http://patter.mine.nu/
steveSPAM@.patter.mine.nu  remove SPAM to reply        
Linux Counter No: 142831 GPG Public key: 252B8B37        
Caution: breathing may be hazardous to your health.



Reply to: