print multiple jobs with no other job between

Helge Blischke h.blischke at acm.org
Mon Sep 26 06:19:48 PDT 2011


Horst Liesinger wrote:

> Hi
> 
> I have to print TIFFs, PDFs and raw-prints (out of a CAD-System) mixed up
> and there should be no other print (of another user) between. I have no
> idea how to realize this.
> 
> If anyone has eny idea I would be very happy.
> 
> Best regards
> Horst

If you could dedicate the printer in question to the specific user, you 
could specify in your cupsd.conf something like

<Location /printers/name>
   Require user username
</Location>

where name is the name of the respective printer and username the name of 
the respective user.

Is that what you intend to achieve?

Helge





More information about the cups mailing list