<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Managing Parental Controls On Snow Leopard With 3 Kids</title>
	<atom:link href="http://www.kimballlarsen.com/2009/10/20/managing-parental-controls-on-snow-leopard-with-3-kids/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kimballlarsen.com/2009/10/20/managing-parental-controls-on-snow-leopard-with-3-kids/</link>
	<description>There&#039;s No Substitute For A Good Subtitle</description>
	<lastBuildDate>Mon, 30 Jan 2012 19:35:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: kimball</title>
		<link>http://www.kimballlarsen.com/2009/10/20/managing-parental-controls-on-snow-leopard-with-3-kids/comment-page-1/#comment-317</link>
		<dc:creator>kimball</dc:creator>
		<pubDate>Fri, 03 Sep 2010 22:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimballlarsen.com/?p=951#comment-317</guid>
		<description>Yeah, here is what the structure for email whitelisting looks like in the XML that is spit out for one of my kids accounts: 

&lt;pre&gt;
&lt;key&gt;com.apple.mail&lt;/key&gt;
        &lt;dict&gt;
                &lt;key&gt;parentEmails&lt;/key&gt;
                &lt;dict&gt;
                        &lt;key&gt;state&lt;/key&gt;
                        &lt;string&gt;always&lt;/string&gt;
                        &lt;key&gt;value&lt;/key&gt;
                        &lt;array&gt;
                                &lt;string&gt;parents@super-secret-domain.com&lt;/string&gt;
                        &lt;/array&gt;
                &lt;/dict&gt;
                &lt;key&gt;parentalControl&lt;/key&gt;
                &lt;dict&gt;
                        &lt;key&gt;state&lt;/key&gt;
                        &lt;string&gt;always&lt;/string&gt;
                        &lt;key&gt;value&lt;/key&gt;
                        &lt;true/&gt;
                &lt;/dict&gt;
                &lt;key&gt;whiteList&lt;/key&gt;
                &lt;dict&gt;
                        &lt;key&gt;state&lt;/key&gt;
                        &lt;string&gt;always&lt;/string&gt;
                        &lt;key&gt;value&lt;/key&gt;
                        &lt;array&gt;
                                &lt;dict&gt;
                                        &lt;key&gt;email&lt;/key&gt;
                                        &lt;string&gt;firstAllowedAddress@domain.com&lt;/string&gt;
                                &lt;/dict&gt;
                                &lt;dict&gt;
                                        &lt;key&gt;email&lt;/key&gt;
                                        &lt;string&gt;anotherAllowedAddress@anotherDomain.com&lt;/string&gt;
                                &lt;/dict&gt;
                                &lt;dict&gt;
                                        &lt;key&gt;email&lt;/key&gt;
                                        &lt;string&gt;oneMoreAllowed@thirdDomain.com&lt;/string&gt;
                                &lt;/dict&gt;
                        &lt;/array&gt;
                &lt;/dict&gt;
        &lt;/dict&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Yeah, here is what the structure for email whitelisting looks like in the XML that is spit out for one of my kids accounts: </p>
<pre>
&lt;key&gt;com.apple.mail&lt;/key&gt;
        &lt;dict&gt;
                &lt;key&gt;parentEmails&lt;/key&gt;
                &lt;dict&gt;
                        &lt;key&gt;state&lt;/key&gt;
                        &lt;string&gt;always&lt;/string&gt;
                        &lt;key&gt;value&lt;/key&gt;
                        &lt;array&gt;
                                &lt;string&gt;parents@super-secret-domain.com&lt;/string&gt;
                        &lt;/array&gt;
                &lt;/dict&gt;
                &lt;key&gt;parentalControl&lt;/key&gt;
                &lt;dict&gt;
                        &lt;key&gt;state&lt;/key&gt;
                        &lt;string&gt;always&lt;/string&gt;
                        &lt;key&gt;value&lt;/key&gt;
                        &lt;true/&gt;
                &lt;/dict&gt;
                &lt;key&gt;whiteList&lt;/key&gt;
                &lt;dict&gt;
                        &lt;key&gt;state&lt;/key&gt;
                        &lt;string&gt;always&lt;/string&gt;
                        &lt;key&gt;value&lt;/key&gt;
                        &lt;array&gt;
                                &lt;dict&gt;
                                        &lt;key&gt;email&lt;/key&gt;
                                        &lt;string&gt;firstAllowedAddress@domain.com&lt;/string&gt;
                                &lt;/dict&gt;
                                &lt;dict&gt;
                                        &lt;key&gt;email&lt;/key&gt;
                                        &lt;string&gt;anotherAllowedAddress@anotherDomain.com&lt;/string&gt;
                                &lt;/dict&gt;
                                &lt;dict&gt;
                                        &lt;key&gt;email&lt;/key&gt;
                                        &lt;string&gt;oneMoreAllowed@thirdDomain.com&lt;/string&gt;
                                &lt;/dict&gt;
                        &lt;/array&gt;
                &lt;/dict&gt;
        &lt;/dict&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominik Hoffmann</title>
		<link>http://www.kimballlarsen.com/2009/10/20/managing-parental-controls-on-snow-leopard-with-3-kids/comment-page-1/#comment-316</link>
		<dc:creator>Dominik Hoffmann</dc:creator>
		<pubDate>Fri, 03 Sep 2010 22:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimballlarsen.com/?p=951#comment-316</guid>
		<description>I guess, I&#039;ll have to dig into managing the server&#039;s ldap database. It should be very similar to what you describe on this page. Since I am mostly interested in the email white-listing capabilities of Leopard, I&#039;ll have to search through the XML dump for those types of lines.</description>
		<content:encoded><![CDATA[<p>I guess, I&#8217;ll have to dig into managing the server&#8217;s ldap database. It should be very similar to what you describe on this page. Since I am mostly interested in the email white-listing capabilities of Leopard, I&#8217;ll have to search through the XML dump for those types of lines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kimball</title>
		<link>http://www.kimballlarsen.com/2009/10/20/managing-parental-controls-on-snow-leopard-with-3-kids/comment-page-1/#comment-315</link>
		<dc:creator>kimball</dc:creator>
		<pubDate>Fri, 03 Sep 2010 22:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimballlarsen.com/?p=951#comment-315</guid>
		<description>Dominik, 

Unfortunately, I cannot say if this approach will work in your environment.  I&#039;ve never messed with SL Server, and never set things up in the manner you describe.  The best I could suggest would be to try my approach and see what information is dumped out - when I dump my kids account info as I describe in the article, many sections of information are dumped, including allowed email recipients, I believe. 

Feel free to contact me at kimball at kimballlarsen dot com to see if I can help more.</description>
		<content:encoded><![CDATA[<p>Dominik, </p>
<p>Unfortunately, I cannot say if this approach will work in your environment.  I&#8217;ve never messed with SL Server, and never set things up in the manner you describe.  The best I could suggest would be to try my approach and see what information is dumped out &#8211; when I dump my kids account info as I describe in the article, many sections of information are dumped, including allowed email recipients, I believe. </p>
<p>Feel free to contact me at kimball at kimballlarsen dot com to see if I can help more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominik Hoffmann</title>
		<link>http://www.kimballlarsen.com/2009/10/20/managing-parental-controls-on-snow-leopard-with-3-kids/comment-page-1/#comment-314</link>
		<dc:creator>Dominik Hoffmann</dc:creator>
		<pubDate>Fri, 03 Sep 2010 21:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimballlarsen.com/?p=951#comment-314</guid>
		<description>Oh, I forgot to mention that the real problem is to know, what the &quot;DSListeningFile&quot; is. A Google search came up completely empty.</description>
		<content:encoded><![CDATA[<p>Oh, I forgot to mention that the real problem is to know, what the &#8220;DSListeningFile&#8221; is. A Google search came up completely empty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominik Hoffmann</title>
		<link>http://www.kimballlarsen.com/2009/10/20/managing-parental-controls-on-snow-leopard-with-3-kids/comment-page-1/#comment-313</link>
		<dc:creator>Dominik Hoffmann</dc:creator>
		<pubDate>Fri, 03 Sep 2010 21:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimballlarsen.com/?p=951#comment-313</guid>
		<description>I created a dummy user on another computer and am managing its Parental Controls. I noticed a file in /Library/Preferences/ by the name of com.apple.familycontrols.plist. It merely contains one boolean key, &quot;CreatedDSListeningFile&quot; set to &quot;True&quot;.

My approach was to set up a local user and then to import the relevant plist file(s) into Workgroup Manager under the &quot;Details&quot; tab.</description>
		<content:encoded><![CDATA[<p>I created a dummy user on another computer and am managing its Parental Controls. I noticed a file in /Library/Preferences/ by the name of com.apple.familycontrols.plist. It merely contains one boolean key, &#8220;CreatedDSListeningFile&#8221; set to &#8220;True&#8221;.</p>
<p>My approach was to set up a local user and then to import the relevant plist file(s) into Workgroup Manager under the &#8220;Details&#8221; tab.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominik Hoffmann</title>
		<link>http://www.kimballlarsen.com/2009/10/20/managing-parental-controls-on-snow-leopard-with-3-kids/comment-page-1/#comment-312</link>
		<dc:creator>Dominik Hoffmann</dc:creator>
		<pubDate>Fri, 03 Sep 2010 21:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimballlarsen.com/?p=951#comment-312</guid>
		<description>I have my kids&#039; accounts on a Snow Leopard server. They access them on an old G4 running Leopard. Managed preferences in Workgroup Manager only allows the set time limits and the restriction of websites in Parental Controls.

I really would like to be able to manage the kids&#039; email correspondents, like I can with a local user account on a Leopard machine (client not server). Will your approach help with that?</description>
		<content:encoded><![CDATA[<p>I have my kids&#8217; accounts on a Snow Leopard server. They access them on an old G4 running Leopard. Managed preferences in Workgroup Manager only allows the set time limits and the restriction of websites in Parental Controls.</p>
<p>I really would like to be able to manage the kids&#8217; email correspondents, like I can with a local user account on a Leopard machine (client not server). Will your approach help with that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thiago</title>
		<link>http://www.kimballlarsen.com/2009/10/20/managing-parental-controls-on-snow-leopard-with-3-kids/comment-page-1/#comment-305</link>
		<dc:creator>Thiago</dc:creator>
		<pubDate>Mon, 17 May 2010 13:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimballlarsen.com/?p=951#comment-305</guid>
		<description>Yeah. Nice. Here at the &lt;a href=&quot;http://www.hidrocilsp.com.br&quot; rel=&quot;nofollow&quot;&gt;Desentupidora&lt;/a&gt;, loved Mac, Snow Leopard. We need to setup this accounts. 

Very good post.</description>
		<content:encoded><![CDATA[<p>Yeah. Nice. Here at the <a href="http://www.hidrocilsp.com.br" rel="nofollow">Desentupidora</a>, loved Mac, Snow Leopard. We need to setup this accounts. </p>
<p>Very good post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Logan</title>
		<link>http://www.kimballlarsen.com/2009/10/20/managing-parental-controls-on-snow-leopard-with-3-kids/comment-page-1/#comment-6</link>
		<dc:creator>Logan</dc:creator>
		<pubDate>Thu, 22 Oct 2009 16:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimballlarsen.com/?p=951#comment-6</guid>
		<description>Sweet, I need to setup my kids account again on their old iMac, but I&#039;ve been loathing setting up the website whitelist again. Thanks!</description>
		<content:encoded><![CDATA[<p>Sweet, I need to setup my kids account again on their old iMac, but I&#8217;ve been loathing setting up the website whitelist again. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

