<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Enforcing FileVault on local accounts</title>
	<atom:link href="http://managingosx.wordpress.com/2008/02/08/enforcing-filevault-on-local-accounts/feed/" rel="self" type="application/rss+xml" />
	<link>http://managingosx.wordpress.com/2008/02/08/enforcing-filevault-on-local-accounts/</link>
	<description>Trials and Tribulations of an OS X Administrator</description>
	<lastBuildDate>Tue, 10 Nov 2009 16:57:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MrWinter</title>
		<link>http://managingosx.wordpress.com/2008/02/08/enforcing-filevault-on-local-accounts/#comment-9870</link>
		<dc:creator>MrWinter</dc:creator>
		<pubDate>Tue, 18 Aug 2009 20:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://managingosx.wordpress.com/?p=100#comment-9870</guid>
		<description>Agreed, MCX is the way to go .
I never managed to get home directories I&#039;d made with my dscl script to work quite properly so gave up.

Greg, I&#039;d be interested in seeing your check script if you were willing to share... :)</description>
		<content:encoded><![CDATA[<p>Agreed, MCX is the way to go .<br />
I never managed to get home directories I&#8217;d made with my dscl script to work quite properly so gave up.</p>
<p>Greg, I&#8217;d be interested in seeing your check script if you were willing to share&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GregN</title>
		<link>http://managingosx.wordpress.com/2008/02/08/enforcing-filevault-on-local-accounts/#comment-9869</link>
		<dc:creator>GregN</dc:creator>
		<pubDate>Tue, 18 Aug 2009 16:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://managingosx.wordpress.com/?p=100#comment-9869</guid>
		<description>No.  You can&#039;t automatically turn on FileVault for existing accounts. Even if the tools supported this, you&#039;d need the user&#039;s password. It would be nice to be able to set something that said &quot;on the next login (or logout) turn on FIleVault for [this user&#124;all users]&quot;, but nothing like this exists.

What I&#039;ve done is write a script that looks at all the local accounts and emails me when there&#039;s one that doesn&#039;t have FileVault turned on.  But since I started using MCX to enforce FileVault for all new local and mobile accounts, this has become quite rare.</description>
		<content:encoded><![CDATA[<p>No.  You can&#8217;t automatically turn on FileVault for existing accounts. Even if the tools supported this, you&#8217;d need the user&#8217;s password. It would be nice to be able to set something that said &#8220;on the next login (or logout) turn on FIleVault for [this user|all users]&#8220;, but nothing like this exists.</p>
<p>What I&#8217;ve done is write a script that looks at all the local accounts and emails me when there&#8217;s one that doesn&#8217;t have FileVault turned on.  But since I started using MCX to enforce FileVault for all new local and mobile accounts, this has become quite rare.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://managingosx.wordpress.com/2008/02/08/enforcing-filevault-on-local-accounts/#comment-9868</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 18 Aug 2009 16:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://managingosx.wordpress.com/?p=100#comment-9868</guid>
		<description>Anyway to turn on the filevault for everyone from the dscl?  And is it possible to activate filevault for existing users from the command line too?  Thanks</description>
		<content:encoded><![CDATA[<p>Anyway to turn on the filevault for everyone from the dscl?  And is it possible to activate filevault for existing users from the command line too?  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrWinter</title>
		<link>http://managingosx.wordpress.com/2008/02/08/enforcing-filevault-on-local-accounts/#comment-9796</link>
		<dc:creator>MrWinter</dc:creator>
		<pubDate>Fri, 06 Mar 2009 04:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://managingosx.wordpress.com/?p=100#comment-9796</guid>
		<description>Excellent! I&#039;ll give it a try and let you know how I get on.
Many thanks...</description>
		<content:encoded><![CDATA[<p>Excellent! I&#8217;ll give it a try and let you know how I get on.<br />
Many thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GregN</title>
		<link>http://managingosx.wordpress.com/2008/02/08/enforcing-filevault-on-local-accounts/#comment-9795</link>
		<dc:creator>GregN</dc:creator>
		<pubDate>Fri, 06 Mar 2009 04:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://managingosx.wordpress.com/?p=100#comment-9795</guid>
		<description>MrWinter:

I&#039;m sure it could be done.  You&#039;d have to use hdiutil (man hdiutil) to create an encrypted sparsebundle diskimage, which you&#039;d then put in /Users/username (creating that directory if needed), then create the account using dscl. The last trick is creating the HomeDirectory attribute, which will look something like:

&lt;code&gt;dscl . -create /Users/user HomeDirectory &#039;file://localhost/Users/user/user.sparsebundle&#039;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>MrWinter:</p>
<p>I&#8217;m sure it could be done.  You&#8217;d have to use hdiutil (man hdiutil) to create an encrypted sparsebundle diskimage, which you&#8217;d then put in /Users/username (creating that directory if needed), then create the account using dscl. The last trick is creating the HomeDirectory attribute, which will look something like:</p>
<p><code>dscl . -create /Users/user HomeDirectory 'file://localhost/Users/user/user.sparsebundle'</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrWinter</title>
		<link>http://managingosx.wordpress.com/2008/02/08/enforcing-filevault-on-local-accounts/#comment-9794</link>
		<dc:creator>MrWinter</dc:creator>
		<pubDate>Thu, 05 Mar 2009 21:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://managingosx.wordpress.com/?p=100#comment-9794</guid>
		<description>Hey Greg,
as you&#039;re a knowledgeable chap... do you know if there is any way to turn on Filevault protection on an account when creating it at the command line using the dscl commands floating about the net at the moment?
I&#039;m writing a script to add a new user account which queries our ldap db for the users correct UID and GID and uses those but I can&#039;t figure out how to create a filevaulted account at the same time.
Is it possible?

Many thanks,

MrW.</description>
		<content:encoded><![CDATA[<p>Hey Greg,<br />
as you&#8217;re a knowledgeable chap&#8230; do you know if there is any way to turn on Filevault protection on an account when creating it at the command line using the dscl commands floating about the net at the moment?<br />
I&#8217;m writing a script to add a new user account which queries our ldap db for the users correct UID and GID and uses those but I can&#8217;t figure out how to create a filevaulted account at the same time.<br />
Is it possible?</p>
<p>Many thanks,</p>
<p>MrW.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enforcing FileVault on local accounts</title>
		<link>http://managingosx.wordpress.com/2008/02/08/enforcing-filevault-on-local-accounts/#comment-9508</link>
		<dc:creator>Enforcing FileVault on local accounts</dc:creator>
		<pubDate>Sat, 09 Feb 2008 02:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://managingosx.wordpress.com/?p=100#comment-9508</guid>
		<description>[...] Enforcing FileVault on local accounts: &#8220; [...]</description>
		<content:encoded><![CDATA[<p>[...] Enforcing FileVault on local accounts: &#8220; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
