Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Disabling Printer Sharing

I'm preparing to bring a few hundred unmanaged Macs into a managed environment, AD integration and MCX.

I've scripted most of the administrative changes I need to make, but have not figured out yet how to disable Printer Sharing (some users have enabled it, and I need that turned off).

Can anyone advise a CLI command to disable printer sharing?

thanks, Darrin

Posted on Oct 29, 2009 7:24 AM

Reply
3 replies

Oct 30, 2009 12:54 AM in response to DPert

doug-penningtons-power-mac-g4:~ dougp$ cupsctl --share-printers
doug-penningtons-power-mac-g4:~ dougp$ cupsctl
SystemGroup=admin
SystemGroupAuthKey=system.print.admin
DefaultAuthType=Basic
debuglogging=0
remoteadmin=0
remoteany=0
remoteprinters=1
shareprinters=1
user_cancelany=0
doug-penningtons-power-mac-g4:~ dougp$ cupsctl --no-share-printers
doug-penningtons-power-mac-g4:~ dougp$ cupsctl
SystemGroup=admin
SystemGroupAuthKey=system.print.admin
DefaultAuthType=Basic
debuglogging=0
remoteadmin=0
remoteany=0
remoteprinters=1
shareprinters=0
user_cancelany=0
http://www.cups.org/documentation.php/doc-1.4/sharing.html and in your browser for admin tasks:
http://localhost:631/

Message was edited by: doug pennington

Disabling Printer Sharing

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.