Quote:
Originally Posted by fortez
I don't know if it is possible to delete printer and job options from web page, but i think you can limit job list to owner by a policy in cupsd.conf
<Policy default>
<Limit Get-Jobs>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
</Policy>
So Job list operations must be done by the owner or an administrator
You can see much about policy in
http://www.cups.org/documentation.ph...upsd-conf.html
|
Thanks for your help, it was very useful!!
I've used the CUPS-Get-Printers Limit and that way users can't see the printers.
Another issue I have is that if I go to IE and type
http://hostname:631 it does'nt resolve the name. If I do the same with port 8080 it works fine. Is there any option to add in the cupsd.conf file?
Thanks!!