On Thu, 29 Mar 2007, nigel barker wrote: > Sorry for a newbie question, but how can I deny access to a network > printer for a user group, eg. students?
In /etc/cups/printers.conf, within each <printer></printer> section you can
put in lines like:
AllowUser all
AllowUser @specialneeds
DenyUser @students
and restart cups.
/etc/init.d/cupsys restart
Gavin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

