Remote Parental Controls from 10.6 incompatible with 10.7 client

All,
This weekend I was wresting with getting Parental Controls setup on my Neice's MBP which is running Lion, no problem I have that working. But I wanted to setup my Sister's iMac which is running Snow Leopard as the remote admin machine. Unfortunately as it turns out Apple has made a number of changes in kerberos from Snow Leopard to Lion which makes them incompatbile and the iMac will refuse to connect to the Lion machine. It'll just sit there for a few mins spinning its wheels, then finally comes back and says invalid username or password..
Here's a snip from the MBP's logs:
3/25/12 12:56:05.682 AM
odproxyd
peer appears to be running Mac OS X 10.6 or earlier
3/25/12 12:56:05.682 AM
odproxyd
got error 1101
3/25/12 1:02:29.582 AM
odproxyd
peer appears to be running Mac OS X 10.6 or earlier
3/25/12 1:02:29.582 AM
odproxyd
got error 1101
I'm guessing there is no work around for it, but curious if others have experienced this, and if they know of a possible workaround?
The funny thing is that screen sharing and everything works just fine, just can't manage the Parental Controls..
I think the only 'fix' is to upgrade everything to Lion, but why not ask, and maybe someone will find this post and will be saved from countless hours of hair pulling!
Regards,
-KC

I know this is a dated thread, but since I'm seeing the same behavior currently, I didn't see any reason to start up a new one w/ the exact same symptoms. I rebuilt a MacBook w/ a 10.6.6 installer and was surprised to find that most updates from my 10.6.8 Server SUS were not "visible" to the client, including the 10.6.8 v1.1 combo updater.
This may be a larger issue w/ Apple's catalogs (which I believe are causing 10.5.8 Leopard SUS to bail out w/ an error when checking for new updates), as pointing to another 10.6.8 server on another network entirely results in the same problem. I'm not missing ALL of the updates on the MacBook, just MOST of them, your Safari 5.1.7 above included. Another is GarageBand 6.0.5. So, for comparison, on a 10.8 test Server SUS, I downloaded and enabled both of those updates and pointed the MacBook to it. They show up immediately on the MacBook.
Are any of you experiencing this currently? And if so, do you have any points of comparison on other SUS machines by chance? Again, I'm thinking this has something to do w/ the upstream catalogs that Apple is putting out.
Thx,
Fred

Similar Messages

  • Is it possible to stop Parental Controls from warning about syncdefaultsd and IMRemoteURLConnection?

    This is driving me batty.
    syncdefaultsd and IMRemoteURLConnectionAgent relentlessly cause Parental Controls to pop up a warning message about how it's being helpful in restricting these websites.
    The addresses are what appear to be rolling IP addresses (https://17.151.236.38, https://17.151.236.39, etc.) I swear I try to whitelist these, but they do not ever show up in the whitelist after I've authorized it. And 100 new IPs will cycle through next time anyway, so what good is that?
    The whole concept of this dialog box baffles me. I can only imagine that no one at Apple has ever used this functionality and has seen how obtrusive it is to anyone trying to work with the computer. It appears, steals focus away from whatever app is in the foreground, and then when it is dismissed, does not return focus to the window the user was using!
    Is there a writedefaults command to turn this annoying box off, and usage logs I can scan for IPs to add?

    I'm having this problem as well. If I turn on 'try to limit websites automatically' I get an endless list of IP addresses and even if I allow them the same ones seem to reappear. Browsing becomes impossible and I see this has been going on since Mountain Lion, disastrous. To get round it I have started to use OpenDNS to filter websites and give my (older) children a standard account. It's not ideal as Open DNS will try to filter any computer using the external IP and their DNS settings but you can use different DNS settings on your own computer.

  • TS2972 "select share" of home share on itunes - is home share an all or nothing share? Is there a way to use parent controls to share some portions with children's iphones?

    Is home share an all or nothing selection, or is there a way to "select share" with children's 5c iphones. Parent control feature to home share?
    Thanks in advance!

    I can't promise this works as I haven't tested this however on every iOS Device in the Settings app under General & Restrictions you have the ability to restrict a ton of options.
    Here's my two cents which you could try:
    On the iOS Device go to settings -> General -> Restrictions
    Go to the Music section, the TV Shows section, & Movies Section and select the appropriate rating you want your kids to have access to.
    After setting this up try accessing the home sharing and see if the content you want blocked still shows up on their devices.
    If the content still shows up then:
    On iTunes on your PC or Mac find the content you wish to block (Home Movies, Movies, TV Shows, Music, etc)
    Right click on the items you want blocked and change the rating (for example to R or NC-17). 
    I haven't tried this myself however on paper at least I think it should work.  If it does please report back and let everyone know and congrats on the new phones

  • Parental Controls Always Allow App issue with Blender app (3d modeling app)

    To whom this may concern,
    I have a 3D modeling app called blender. I have installed it on my mac os running on lion (os 10.7) currently.
    What I want to do. Always run this app on an account that has parental controls set up on my mac. The blender app would be a part of the allowed apps for the account.
    Here's where I have my problem:
    I have set it up to run on an account that has parental controls set up.
    The problem I keep running in to is that every time I try to run blender I receive a popup window that says the app is not allowed and gives me three options: always allow, allow once, or okay (and close without trying to open).
    Everytime I try to click always allow and enter my password, the process just repeats the next time I open the app. This make me believe that perhaps there is some sort of executable that the blender app uses before starting that the parental controls is stopping and even when I allow blender to start, there is something else not being allowed through. Any ideas on how I can work around this (obviously I want to keep parental controls on to prevent access to other apps)?
    I'm not overly computer savvy but I can give some more info as requested if my question needs further explanation/documentation
    I guess the best way to see the problem for yourself is to download blender and try using it on an account with parental controls, heh heh.
    This is more of an annoyance having to enter the passcode everytime I want to use this wonderful app.
    Thanks for any help.

    Solution:
    I updated to OSX Mavericks and the parental controls issue went away for Blender.
    Hurray!

  • Best pattern to signal a parent control from a deeply nested child control

    #1
    The application i created hosts intially a logincontrol.
    The login control signals the application with
    OnAuthenticationPassed to move states.
    This state change removes the login control and loads the
    administration control.
    this one level nesting is okay to be handled by having the
    parent listen to an event the child makes... but when multiple
    levels of nesting occurs... chaining events just to propagate the
    message up .. is not a flexible solution... example:
    The administration control hosts a lot of specific task
    controls.
    [ArticleManagement - (contains categorymanagement, new
    article, edit article -- further nesting controls)]
    eventually the session will die out on the server... so when
    a task (example: submit new article) the server response will be:
    <response>
    <isAuthenticated value="false" />
    </response>
    I will then have to propagate this message up to the
    application parent level so that administration control panel is
    removed and replaced with the login control.
    what is the best way to handle this?
    #2
    what are common transition patterns when removing one panel
    and putting another in its place? [i'm an application developer not
    an animator.]
    thanks,
    Leblanc Meneses

    thanks for the bubbling information. for a minute I thought i
    had to create a singleton to centralize registering events. I'm
    glad the framework manages this inside UIComponent .. less things i
    have to worry about.
    about animiation: thanks first of all.. looking nice now.
    my current implementation works but you can see where the
    viewstack starts and ends by when the control and leaves, enters
    the scene through the animation.
    If i change the viewstack width and height to 100% i loose
    the ability to center the inner contents...
    i want the viewstack width and height to 100% and still be
    able to center vertically and horizontally the inner contents. do
    you know how to do this?
    Thanks again,
    Leblanc Meneses
    <mx:states>
    <mx:State name="OnAuthenticationPassed">
    <mx:SetProperty name="selectedChild"
    target="{this.viewstack1}" value="{this.administrationmain1}" />
    </mx:State>
    </mx:states>
    <mx:Script>
    <![CDATA[
    import flash.events.*;
    import mx.effects.easing.Bounce;
    public function init():void
    //register to global event manager
    this.addEventListener("OnAuthenticationPassed",
    OnAuthenticationPassed);
    this.addEventListener("OnAuthenticationFailed",
    OnAuthenticationFailed);
    private function OnAuthenticationPassed(event:Event):void
    this.currentState="OnAuthenticationPassed";
    private function OnAuthenticationFailed(event:Event):void
    this.currentState="";
    this.viewstack1.selectedChild = this.login1;
    ]]>
    </mx:Script>
    <mx:Parallel id="outEffect">
    <mx:Dissolve duration="1000" alphaFrom="1.0"
    alphaTo="0.0"/>
    <mx:Move duration="500" xTo="-9000" xFrom="0" />
    </mx:Parallel>
    <mx:Parallel id="inEffect">
    <mx:Dissolve duration="1000" alphaFrom="0.0"
    alphaTo="1.0"/>
    <mx:Move duration="500" xTo="0" xFrom="-9000" />
    </mx:Parallel>
    <mx:ViewStack id="viewstack1" resizeToContent="true"
    horizontalCenter="0" verticalCenter="-5">
    <comp:login id="login1"
    hideEffect="{this.outEffect}" showEffect="{this.inEffect}"
    />
    <administration:administrationmain
    id="administrationmain1"
    hideEffect="{this.outEffect}" showEffect="{this.inEffect}"
    />
    </mx:ViewStack>

  • HT1420 How do I set up parental control on book downloads?  My daughter and I use the same Apple ID info.

    How do I set up parental controls on my apple account, I want to censor the books that she's dowloading. We use the same account  Thanks!

    Turning off in-app purchases and the App Store itself would be the best bet for you. You can always unlock these features as needed and lock them again.
    Apart from restricting purchases, there are a number of other restrictions you can setup. You can even setup a safe browser with remote parental controls from the App Store, like the one from Mobicip. You may find this tutorial to be helpful: How to setup Parental Controls on the iPad.
    Hope this helps.
    Disclaimer: This response is posted by a Mobicip representative who may stand to gain indirectly from it.

  • H E L P ! ! Managing Parental Controls & Cloning using Apple Remote Desktop

    Hello folks,
    I work in an UK University managing a Lab of Mac Pro's. We've just had a kit upgrade and I've spent the last few days installing and configuring the systems. There are two accounts on each machine; an 'administrator' and a 'student' (a managed account). All managed by Apple Remote Desktop.
    Basically, after installing the OS 10.6 and other software, I've setup one machine as I would like it to be and want to clone 'Parental Controls' settings from one machine to the rest. Sounds simple. Hmmm. Well despite being able to see all the other machines on the network and connecting to them using the administrator login, the settings won't copy.
    I have being using the 'Copy' & 'Paste Settings' in the Parental Controls Prefs Pane, ensuring that the "Manage parent controls from another computer" is ticked on the destination machine. The settings appear to copy, or when selected duplicate, so there appears to be two versions Photoshop, Illustrator etc etc.
    I've follow the limited information I've found on the net, but am still experiencing problems. I've run Disk Utils, checked and repaired the Permissions, used Time Machine to copy the settings using Migrate Users Utility.
    I'm not sure if these issues are connected to a problem I had with CS3 licensing where the volume licence "stopped" working. As the Adobe apps are the constantly stating, on the "student" account, that the user doesn't have permission to open them. Despite being ticked in the Parental Controls Panel. I've cured this on one machine, the one I want to clone the Parental Prefs of.
    Well … after that monologue - can anyone suggest a way of cloning these prefs (wherever they live) rather than having to format and use Time Machine to clone the entire OS and Mac?
    I'd love a Unix command which I could send from ARD - but I'm a still a little green to it's use.
    All comments, solutions and help gratefully received.
    Thanks in advance,
    Dan

    Hi
    +"Is there any way to permanently install parental controls in on a mac mini with Snow leopard server software on it?"+
    I don't think so? Besides there's no need for it. Parental Controls is available as a Managed Preference (or MCX) using WorkGroup Manager either at Users, Group or Hardware Level. Launch the application and click on the Preferences icon and you'll see what I mean.
    Tony

  • NO HELP FROM VERIZON - Parental Controls/Family Safety

    I need to change the parental controls on my daughter's account with MSN provided by Verizon.  But, parental controls no longer exist.  So, I'm directed to "Family Safety".  In order to get to "Family Safety" I'm directed to remove parental controls from my daughter's account.  I click on the button to remove parental controls and get an error message "The page you have requested does not exist, has moved, or is temporarily down."  After trying with on-line support from Verizon for about 1/2 hour, the person helping me said I needed to call Verizon for assistance.  So, I call Verizon for assistance.  After being on the phone for 40 minutes with a tech support person, the answer I get back is that "we no longer support parental controls and if you need assistance you have to go to a local technician".  Or, I can call MSN.  So, I get the phone number for MSN who refer me back to Verizon.  I don't see how a "local technician" (the person I talked to said to take my computer in to somebody for them to help) can really assist with a service provided by MSN and Verizon!  This is absolutely crazy.  Has anyone else had this issue and actually received help?  If so, can you tell me what worked?

    Hi Annoyed2,
    Sorry about the experience you have had thus far.  We have discontinued the MSN portal partner service.  We no longer support the MSN email service.  The change was made by Microsoft to upgrade to MSN Live.  I do apologize for the inconvenience. 
    Thank you for choosing Verizon.
    Javier
    Verizon Telecom
    Fiber Solution Center
    Notice: Content posted by Verizon employees is meant to be informational and does not supercede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or Plan. Follow us on Twitter™!

  • How do I stop the "attempted to access these secure websites" popup with parental controls enabled?

    This makes parental controls almost unusable.  Nearly every website tries to access numerous other domains that are not in my whitelist.  Is there any way to just stop all prompts to add items to the whitelist?  It could remain static and just block everything and I'd be happy (kind of thought that was the purpose of parental controls and whitelisting to begin with).  Young kids have no idea what to do with these windows popping up.
    Thanks!

    I imagine it would prompt for an admin account and then if I authenticated it would be added to the white list and that specific site would then receive requests (e.g. not prompt again); however...
    a) that would only stop prompting for that specific site and this issue would recur with each request to a new domain that occurs down the line
    b) the point of parental controls is that I want to allow my child relatively unsupervised access to the system, that would require I be in the vicinity to authenticate and add each new request
    c) there are likely domains that I would NOT want whitelisted just due to some background request (ad networks, large domains that may otherwise serve up inappropriate content, etc...).
    I think I get where you are coming from (and not trying to shoot the messenger here) I just think that teaching them to agree to the message would not be a good solution.  This seems to be a pretty big gap in Apple's implementation and apparantly can only be addressed by them.
    Thank you!

  • ITunes Match not showing up with parental controls enabled

    I have an Apple TV 2nd gen with the 5.0 software update, and am having trouble getting iTunes Match to show up when parental controls are enabled. Even with iTunes Match specifically set to "Show" in the parental controls menu, it won't show up unless I also enable Rentals and Purchases, which I don't want. Any ideas?

    I'm stumped, I tried it on my own ATV for a lark and came up with the same result.

  • Parental controls over WAN

    Have just bought my sons their first Macbook for Christmas.... However they live with their mum during the week and I was hoping I could remotely access Parental controls whilst they are online at their mums.... Remote Parental Controls only works on a LAN.... anyone know how I could get it working over WAN apart from from using Screen Sharing?

    Thanks for replying. I'm using a standard setup, but the Wifi gets accessed by our iPhones at home, as well. The disk is a big stripped RAID double drive WD I connected through USB because Firewire is not supported by Airport. The speed is abysmal though, not just slow.
    Before, when I had it running through an old Netgear (running G maximum) I could transfer files over the network MUCH faster wirelessly from my MacBook to another Mac on the network. Transferring a movie would be thinkable, whereas now, not even a 50MB is really thinkable.
    Is there anyone who is actually using the USB disk feature happily?

  • Parental controls panel won't load

    Did a clean install on my MBP i7 of Mavericks.
    Pointed our daughter's HOME directory back to the original directory on the original disk.  My directory is clean and new.
    However, now when she tries to run MS Word, it bounces a few times then stops.  Little or no info in CONSOLE.
    Went to Parental Controls from my acct, but when I select her Acct, it comes up with a message: "There was an error in the Parental Controls preference pane" OK.
    Now, the funny part is that I enabled remote settings of Parental controls.  If I select this machine and her acct from my MBA - it loads just fine.
    I fixed this problem before by removing the Parental restrictions on her account then copying the restrictions back from the MBA.  This worked for a while, then failed again today.  Looking for a more permanent fix.  Seems like it could be a problem with Mavericks itself?

    As far as I can tell, 10.6 has stuffed up Parental Control. The only thing that appears to work is the 15 min warning that the time allocation is about to expire. 15 minutes later they don't get logged out. Have two girls with identical settings. One can access their webmail, the other one can't, there are random messages about people being able to login at all, or not, don't appear to be any logs to read, can't seem to add programs that are permissible. Used to work before I upgraded the OS. Apple don't appear interested at all.

  • Parental controls - allow google does not work

    I have set up a user account for my 11-year old son, with parental controls enabled, specifically blocking websites with adult content.
    Unfortunately, it blocks just about everything, including netflix, facebook and google, so I manually allow these exceptions.
    But it does not work. It still blocks Google, allows Facebook login screen but jumbles up the page when you log in, and will not allow videos from netflix.
    I can't believe Apple would produce such an inflexible bunch of crap purporting to be Parental Controls, so what is wrong here?

    Are you logging into the client using an account from the directory, or using an account on the client system itself?
    The client account has priority over the directory account.
    For example, if you have an account 'fabian' on the client and an account with the same name 'fabian' on the server (with parental controls enabled), then the client account is the one that will be used and the parental controls won't be used.
    You'd need to use different account names (or remove the accounts off the client system) to force users to login with the directory account.

  • Parental Controls for Safari

    Does anyone know of an effective parental control for OX 10.3 for Safari to not allow my teens on inappropriate web sites?

    I can't remember what we did for our child in Panther but what happens when you go to User Accounts in System Preferences and click on Limitations for a User other than the Admin? I know that we were able to create a User Account with more limited access in 10.3.9 for our young child.
    We're about to test out KidsBrowser (because of its graphical interface for young kids) but the same company makes CutX for Safari for teens. (More info at company's site here and you can download a trial version.) CutX will allow you to limit objectionable websites (based on certain keywords and URLs) but it doesn't help with other critical children's internet safety issues such as email and especially chat access and transmission of personal information.
    You can also look at What's New in Tiger—Family Controls which has many more parental control options. You can even enable parental controls from within Safari and limit email access by specific address in the User Preferances pane.
    (Just in case you haven't checked them out already, there's more information about the issue in general at GetNetWise (including information on internet safety products) and NetSmartz.
    I don't envy you - it's a lot simpler doing this for our younger-aged children.
    Good luck!

  • Parental Controls Not Consistently Working (Linksyssmartwifi) on EA6500

    Hello,
    I have a Linksys EA6500 with the lastest firmware (1.1.28.147876). I have been having lots of problems getting the parental controls to work properly on this router. I use the Linksys Smart Wifi website as well as directly access the control panel through the router (192.168.1.1).
    My kids like to spend too much time on youtube, so i setup the parental controls so that their devices are blocked from youtube at all times. However sometimes I come home and find that they are able to access youtube without any problems. When logging into Linksyssmartwifi.com I see that the parental controls are "off". For some reason the parental controls sometimes turn themselves "off". I sometimes notice this when I have the SmartWifi app also running on my iPhone. Does the Smartwifi system automatically sync? Do I need to logout of the app on my phone before the parental blocking takes effect? Sometimes I notice that my kids laptop does not show up on "Device List" on the smartwifi menu, even though it is clearly connected to the same network via Wifi.
    This is driving me nuts. The Smartwifi software is buggy and sometimes works, and sometimes doesn't. The firmware is up to date, but i've been having problems with this router ever since I bought it (about 6 months ago). It keeps inconsistently applying the parental controls.
    The Linksyssmartwifi feature and being able to apply parental controls from anywhere in the world seems to be a great idea. But the experience that I've had so far has been incredibly inconsistent. Sometimes the Parental controls work, sometimes they don't. Any help you can offer would be greatly appreciated.

    Saffronfs7 wrote:
    If that's the case, it has a big possibility that your son's computer is using a Static IP Address. I forgot to include the steps on how to set Static IP Address on the computer in my previous post. But here it is: http://kb.linksys.com/Linksys/ukp.aspx?vw=1&docid=aa7f7eb572b6404daf6413c2a643b04a_KBXXX_EN_v1.xml&p...
    If your son's computer is using a Static IP Address, you will be able to see it on the Device List even if it is on the router's network.
    For Static IP assignment, why not just use the Linksys router's DHCP reservation option to associate the device MAC address with a Static IP? That's what I do to get Static IPs for some of my my devices on my Linksys EA4500 router.
    The above linked article talks about changing the TCP/IP settings in the OS to get a Static IP.
    Also, I use the EA4500's (Cloud firmware) Parental Controls to prevent access from certain devices at certain times of the day. That mechanism has never flaked out on me, and has never turned itself OFF unless I turn it OFF.

Maybe you are looking for

  • Making a plug-in with javascript

    I'm trying to make a plug-in in indesign but I'm a bit stuck. I've been using flashbuilder to make the plug-in but I can't seem to make it add a document etc. I know you can use extendscript to make a plug-in but can I make a jsx-file that can commun

  • Cleaning up edited photo files

    I have just joined the forum and reviewed 30 pages of topics without finding this covered, although I did learn a lot. After doing numerous edits to RAW files, which were saved a TIFF, I decided to use JPEG instead to conserve disk space. To make sur

  • Workflow Purchase Requisition

    Dear Friends, we activated WS00000038 Workflow for requisition release. But we have a problem in this condition; if the initiator is approver in any step, purchase req must be approved automatically. How can we do? Thanks.

  • Upgrading to BIOS 104 on Solaris 10 (x86) Sunfire X4100

    So I am booting from the iso cd I made from the site and I am going through the Sun Installation Assistant and I'm at the "BIOS/ILOM" screen and its asking for the "Service Processor IP Address" and the "root passwd for service processor". I don't kn

  • Activation/Désactivation Flash MX 2004

    Hello, I can't activate Flash MX 2004 on my pc. I think it is activated  on my hold pc (I have the HD), thank you to tell me how to de-activate it?