How can I deny users to add/modify/remove printers to cups ?
Posted
by ajcaruana
on Stack Overflow
See other posts from Stack Overflow
or by ajcaruana
Published on 2010-02-01T10:18:44Z
Indexed on
2010/06/05
21:12 UTC
Read the original article
Hit count: 215
Hi,
I am using Mac OS X 10.6. I wrote a program which will add and remove printers to a CUPS server using libcups. It works, but now I am considering the security aspects. This program takes a user name and password to authenticate on the CUPS server. Whatever user name and password I use, it works as long as it is valid on the system. How do I restrict access to only a specific user ?
Regards
Alan
© Stack Overflow or respective owner