How can I disable printer access on a managed account (guest/kids)?

Is there a way to disable printer use on a managed user account? I have created a limited user account for my kids to use. The problem is, sometimes they visit these websites that allow them to print their "works of art" and by doing so they use up a lot of my printer toner and paper. I don't want to have to turn off the printer and create a giant printer queue as the printer is a network printer shared among other computers. I rather just disable their printing capabilities. Deleting the printer from their user account also deleted it from my main (admin) account. I'm posting this in hopes someone out there knows how to do what I'm asking for. Thank you.

Scotch_Brawth has the basic steps outlined.  A few additions I would make is that CUPS is already running on your system in the background.  It is the underlying printing system for OS X.  The easiest way to control the users of printers is through the web interface to CUPS.  This is what is disabled by default in Mountain Lion.  You can enable it by using the Terminal (/Applications/Terminal).  Copy and paste the following command into a Terminal wndow and then hit Enter or Return:
cupsctl WebInterface=yes
Now you can use any web browser and go to http://127.0.0.1:631/printers/.  Click on the link to the printer you want to control.  There will be two drop down menus near the top of the page -- Maintenance and Administaration.  Use the Administration menu to select Set Allowed Users.  The page that will appear lets you enter a list of users to either allow to use the printer or prevent from using the printer.  Make the appropriate choices and click the Set Allowed Users button.  You will be prompted to enter your administrator's user name and password.
You only need to enable the web interface once.  It will then be available unless you use the Terminal to disable it or until an Apple update turns it off again.

Similar Messages

  • HT5509 How can I disable guided access without a password on my iphone

    How can I disable guided access without a password on my iphone? Please help. I can't use Find My Iphone and touch screen.

    See: http://support.apple.com/kb/HT5018
    The easiest way is to connect the phone to your computer, click on its name, and click the "Configure Accessibility..." button on the Summary screen.

  • How can I disable remote access connection window ?

    When I try to connect (via TCP/IP) with a VI in another PC (in my local network) it appears the remote access connection window.
    How can I disable this (programmatically if possible) ?
    A big thanks for your answers.
    Linus

    Randy,
    attached the image of the Remote Access Connection Window that appears when I connect to the VI.
    It is the Operating System (Windows) classical panel for Remote Access connections using a modem.
    Many thanks.
    Linus
    Attachments:
    Remote_Access.jpg ‏22 KB

  • How can I disable jconsole access?

    Hi,
    I have a normal JAVA application running an a jdk1.6 VM. For security reasons I don't want allow access to that program by jconsole or any other JMX client. According to the docs I thougt I can disable it with -Dcom.sun.management.jmxremote=false but this does not help. jconsole can access my program even if I use this property. Note that I don't want enable some kind of security I simply want to disable the whole JMX stuff. How can I do that?
    Thnak you in advance
    Ulli

    There are ways to achieve what you are asking for, but you need to be clear that you are not addressing a security problem. JConsole (and any other tool using the Attach API) can only attach to the same user's processes on the same machine. These are the same processes that the user can connect to using a debugger, and therefore do anything to. JConsole makes it easier to do certain things, but does not fundamentally change the security situation.
    There is an RFE open to address this <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6541693> but in the meantime here are two possible things you can do:
    (1) Run your application with -XX:+DisableAttachMechanism. Like all -XX options, this one is unsupported, and could go away in a future version. It will also prevent you from running tools like jstack and jinfo on your application, which could be inconvenient.
    (2) Unregister all the MBeans from the Platform MBean Server. (This idea is due to Daniel Lutoff.) Then you will still be able to connect with JConsole, but you won't see any information about the application. The code looks like this:
    MBeanServer mbs = ManagementFactory.getPlatformMBeanServer();
    for (ObjectName name : mbs.queryNames(null, null)) {
        if (!name.getDomain().equals("JMImplementation"))
            mbs.unregisterMBean(name);
    }Regards,
    �amonn McManus -- JMX Spec Lead -- http://weblogs.java.net/blog/emcmanus

  • How can I disable data access on C1-01 ?

    I have a C1-01, for emergency use only.  Today it displayed an unsolicited "Download Failed", message, and sure enough, my paygo account had been emptied.  How can I prevent all data access, ie attempts to update firmware, internet access, etc?
    TIA, Richard
    Solved!
    Go to Solution.

    easiest way is to contact your network operator and ask them to disable your data plan and all internet access on your device. there are also a few miscellaneous settings in your phone, so you can try deleting access points if they are displayed in the Settings. i would check the phone Settings menu and the Web browser settings for items that you can turn off / disable.

  • How can I disable the access to windows 2000(O.S.) from LabView?

    I need to disable the access to windows when an application (exe), created by LabView, is running. When the application is running, the user can not acces to windows (for example, execute another application) until he stops the application.
    I am using LabView 6.1 and windows 2000
    Many Thanks

    Hi Francesc,
    There are a couple of options for this. One of them could be calling Windows OS activex components and making the Desktop invisible through labVIEW and then bringing it back on after the LabVIEW execution is stopped.
    The other option is to modify user settings on the target machine. I have tried this on windows 2000 and it works.
    Run "gpedit.msc" from your start menu. In the Group Policy template choose the user configuration that you wish to make the settings for. Expand User Configuration , expand Administrative Templates , and then expand System. Choose 'Custom user interface'
    In this panel select 'Enabled' and enter the interface file name, in this case C:\Program Files\National Instruments\Labview 6.1.exe. (or your own filepath\App
    lication.exe). Reboot the machine.
    This replaces the default windows shell (explorer.exe) with your LabVIEW executable. When the operator logs on, the only thing on his screen is the Labview application. No desktop, no taskbar, no start button.
    This can also be done through LabVIEW using register-level programming. But it would be a more complex approach.
    Hope this helps.
    Regards,
    Pravin Borade
    Applications Engineer, National Instruments

  • How can i disable terminal access with opendirectory ?

    I'm deploying of a OSX Server over OSX Mountain Lion... And i need to limit the terminal (command line) access.
    Any suggestion ??
    Thanks in advance,
    W

    As Linc indicated setting an Open Directory account to have an invalid login shell will prevent the user from using Terminal. They will still be able to launch it but will not be able to do command line instructions nor double-click and run scripts, this effectively makes it unusable. You would do this setting using Workgroup Manager per user, it is possible to bulk apply this setting.
    Alternative approaches would be to use MCX (Managed Preferences) to deny a user or group permission to run Terminal, or to do something similar via Profile Manager. (It appears that with Profile Manager rather than explicitly denying a particular application you have to grant access to desired applications and this implicitly means denying everything else, personally I find this approach to be bad and feel Apple should give the choice of both defining allowed applications and/or defining specific disallowed applications.)
    I would not advise removing the Terminal application nor changing permissions on it.

  • How can I disable guest access on AFP

    I want to securise my access from my Mac to my Ready Nas. In order to access it I need a password wich is good. But if I choose "guest access" I'm able to go through witout the password.
    How can I disable the "Guest access" ?
    Message was edited by: jfmori

    That should be in the NAS setup I'd think.

  • How can I reset my access passcode w/o having ever synced the device before? I don't remember it and now the ipad is "disabled" from too many failed attempts.

    How can I reset my access passcode without having ever synced the device before? I don't remember my passcode and now the ipad is "disabled" from too many failed attempts.

    You will need to reset the iPad back to factory defaults : iOS: Forgot passcode or device disabled
    What iTunes purchases that you can redownload for free from the stores will show in the Purchased tabs in the App Store and iTunes Store apps, and the Purchased tab in the iBookstore in the iBooks app

  • How can I disable the assistive touch programmatically ? This is like a bug. Though the Guided access is enabled a user can take screenshot of my application content. How can I solve this ? any idea ....

    How can I disable the assistive touch programmatically ? This is like a bug. Though the Guided access is enabled a user can take screenshot of my application content. How can I solve this ? any idea ....

    Question: Do you think the response from the support staff is correct? I mean, surely, I can't be the only CF user on a shared box whose other users need to modify the date and time within their applications. Even if they do it at the application level for their domain, surely it wouldn't affect mine, would it? That was what was implied by the support people, but I have a feeling they are way off, or covering for some goof-up on their end. I struggled like hell yesterday trying to get this to work and I did not get very far at all.
    I found an interesting tutorial here which does a comparison of time zones and, theoretically, this might do the trick. But if what the guy told me was nonsense then I won't bother with it. For the record, our calendar has been working fine for about a week now.

  • How can I disable input on the ALV gridview?

    Hi everybody,
    I'm developing an application and would like for my users to be able to view the data in the ALV grid. Actually the only thing they may be able to do are delete rows from the ALV.
    I set the ALV grid to editmode so you can insert and delete rows. But  how can I disable the Insert functionality without losing the delete functionality?
    Is is possible to just remove or hide the 'add row' button in the toolbar?
    Thanks in advance
    Regards,
    Wouter

    Wouter,
    It is possible to EXCLUDE buttons from the ALV GRID tool bar.  You didn't mention if you were using OO or not, therefore I will assume you are not.
    * In Global Data
    data:
      g_exclude                  TYPE slis_t_extab.
    * somewhere before you call the FM to display ALV
      PERFORM exclude_icons.
    *  You will need to find out the FCODE of your Add Row Icon in the GUI Status being used.
    *      Form  exclude_icons
    FORM exclude_icons.
      APPEND '&ETA' TO g_exclude.     "Details
    *  APPEND '&OUP' TO g_exclude.     "Sort Up
    *  APPEND '&ODN' TO g_exclude.     "Sort Down
      APPEND '&ILT' TO g_exclude.     "Set Filter
      APPEND '&UMC' TO g_exclude.     "Sum
    *  APPEND '&RNT_PREV' TO g_exclude.     "Print preview
    *  APPEND '&VEXCEL' TO g_exclude.     "Excel
    *  APPEND '&RNT_PREV' TO g_exclude.     "Word processing
    *  APPEND '%PC' TO g_exclude.     "Local File
    *  APPEND '%SL' TO g_exclude.     "Mail recepient
      APPEND '&ABC' TO g_exclude.     "ABC Analysis
      APPEND '&GRAPH' TO g_exclude.     "Graphic
    *  APPEND '&OL0' TO g_exclude.     "Change layout
    *  APPEND '&OAD' TO g_exclude.     "Select layout
    *  APPEND '&AVE' TO g_exclude.     "Save Layout
      APPEND '&INFO' TO g_exclude.  "Information
    ENDFORM.                    " exclude_icons
    * When you execute the FM to display...
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
           EXPORTING
                i_callback_program = g_repid
                is_layout          = g_layout
                it_sort            = g_sort[]
                it_events          = g_events[]
                it_fieldcat        = g_fieldcat[]
                i_save             = g_save
                it_excluding       = g_exclude  "<== Need this parameter defined to pass
           TABLES
                t_outtab           = it_out
           EXCEPTIONS
                program_error      = 1
                OTHERS             = 2.

  • How can I disable back button

    How can I disable the back button and/or prevent the back button displaying my recent searches on right click ?

    Set the pref <b>browser.sessionhistory.max_entries</b> to 0 on the <b>about:config</b> page.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

  • Suddenly "lost mode" enabled in my iphone. I forgot my 4 digit password. Is there any way to get out of this problem? What should i do now? How can i disable it?

    Please help!! I forgot my password and now i can't access to my iphone. How can i disable the "lost mode" and how can i fix this problem?

    You will need to restore your iPhone from the same computer that you most recently synced to.
    Read this: http://support.apple.com/kb/ht1212
    If you can't do the restore then you will need to try recovery mode.
    Read this: http://support.apple.com/kb/ht4097

  • How can I disable window snapping/docking?

    Ever since CS4 came out I feel like I've been less productive in Photoshop due to annoying window dock/snapping.  Windows are constantly sticking and resizing themselves in ways that blocks the work I am trying to do.  Also the main image itself automatically resizes to feet the work space and I find this also an annoyance.  This is my main question:  How can I disable "sticky" windows?
    In fact if there a way to get the old classic skin back that would be great, also...because all the programs in CS4 are missing a handle bar at the top of the window, making it difficult to find a place to click to drag the window around...which also wastes time.  Sometimes the classic skin is visible underneath buttons in graphic glitches..
    Finally, is there a way to disable hardware acceleration completely?  My processor is fast enough that it can complete tasks faster than the latency of accessing the GPU, so hardware acceleration actually slows things down.  Also the hardware code has bugs in it that prevents me from opening massive images (eg, 21600 x 21600 image crashes).

    Edit, preferences. Everything is there to play with

  • Hello Sir. This Is Nilesh B.Desai From India. Our Clients Need is Picture Should Not Be Download So How Can We Disable Keyboard Shortcut For That Website Only.

    Hello...
    We are In the Business Of developing Website and Software.. We Are facing A problem Regarding Download. Our Clients need is not to download or print a single picture from website. so need help how can i disable download or print by using keyboard or with use of mouse.. so need to block all keyboard shortcut for such website only.. so if it is possible then please help us. we will great thankful to you..
    thanking You.
    Nilesh Desai
    Marketing Executive
    WiseCom Technologies Pvt.Ltd.
    Amadpore , Navsari, India

    No, Firefox is user choice rules over the "wants" of individual websites as far as disabling contextual menus and the keyboard commands.
    Placing a transparent image over the image will keep the less technical user from saving the main image. If they do try to save it all they'll get is the transparent image overlay.

Maybe you are looking for

  • Itunes shows error message when trying to update software

    I have updated my laptop and itunes. I have had an issue with my phone connecting to any new wifi as well. I have also reset my phone.

  • EBS - Electronic Bank Statement Multiple Posting Rule for One External Transaction Type NTRF

    hello SAP Gurus, I'm configuring EBS - Electronic Bank Statement. My requirement is for Bank External Transaction Type NTRF <for Incoming Payment> I want to assign 2 posting rules for Posting Area 2 that is Sub-Ledger posting viz. <1> For the payment

  • Does Lion support WOL?

    Hi there, I recently upgraded from Snow Leopard to Lion for my MacBook Pro (Year 2008 model). Somehow the WOL (Wake-On-LAN) feature doesn't work now. So I'm wondering if Lion still supports that feature. Any hint? Thanks.

  • ALE Idoc s

    Hi sap experts I am working on ALE Idoc Interfaces.    -Client1 Sender    -Client2 Reciever I am able to send IDOCs MATMAS from Client1 to Client2. My requirement is to 1) Send an outbound IDOC data(MATMAS) to a flat file on client1(SENDER). 2) Uploa

  • Could Mapping Template  be used in Multi Message mapping

    I had a 1:1 message mapping: MM_A but later i foudd that the mapping should be 1:n Multi message mapping so firstly i created mapping template of MM_A but the template doesn't work when i am doing the multi mapping. Could Mapping Template  be used in