AllowUser and user printing rights problem @ Debian

Sebastian Sawicki Sebo.PL+cups.org at gMail.com
Sun Dec 14 10:31:21 PST 2008


> > Hi!!
> > I've got cupsys, cupsys-bsd, cupsys-client, cupsys-common 1.2.7-4etch5.
> > And trying to allow printing for users that are not @lpadmin.
> >
> > So I've got 2 example system users:
> > # groups user1 admin1
> > user1 : user1 print
> > admin1 : admin1 lpadmin print
> >
> > And:
> > # cat /etc/cups/printers.conf
> > <DefaultPrinter Epson>
> > [snip]
>   AllowUser @print
> > </Printer>
> >
> > # cat /etc/cups/cupsd.conf
> > [snip]
> > <Location />
> > Encription Required
> > Satisfy All
> > Order allow,deny
> > Allow all
>   Require valid-user
> > </Location>
>
> Opher.
And using such configuration:

admin1 at printserver:~$ lpr -P Epson test.txt
lpr: Quota limit reached.

user1 at printserver:~$ lpr -P Epson test.txt
Hangs up as usual ;]





More information about the cups mailing list