How to configure cups for Std. User to print?
All help is appreciated.
Lisa
Intel Dual-Core, Mac OS X (10.6.4)
Intel Dual-Core, Mac OS X (10.6.4)
PAHU wrote:
Have a look at the [CUPS help page about managing policies| http://127.0.0.1:631/help/policies.html ]. This shows that you can modify the cupsd.conf so that all local users or a particular user can manage the creation of printer queues.
In checking the procedure today I noticed that I am unable to edit the cupsd.conf file through the web interface. In fact, I am unable to make any selection apply in the Admin page of the cups web page.
PAHU wrote:
At a guess, and I have to stress that it is just a guess, I would say that @Owner works for the cancellation of a print job but not for the creation of a print queue. So maybe this is the reason why it hasn't worked.
1. To allow all local users
<Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
AuthType Default
Allow from @LOCAL
Order deny,allow
</Limit>
lmadden wrote:
I have the cupsd.conf file from before, and tried loading that, and it did not work.
How to configure cups for Std. User to print?