We got this from our Apple technical rep:
in /etc/cups/cupsd.conf
Change:
[code]
Require user @SYSTEM
Order deny,allow
AuthType Default
[/code]
to:
[code]
Order allow,deny
Allow all
[/code]
I know when I’ve been researching this, Joel (MacTroll) has had a different/better way of handling this. Hopefully he may chime in with an edit of his own, but I can vouch the above works. It’s not very pretty, since you have to route people to either add printers via a print dialog or /System/Library/CoreServices/AddPrinter.app (we’ve made a copy of this and placed it in our standard Dock).
I [i]still[/i] don’t know if it’s possible for non-admins to delete printers through a friendly interface.
– Patrick
Comments are closed