<?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"
	>
<channel>
	<title>Comments on: Automatic encryption of home directories using TrueCrypt 6.2a and pam_exec</title>
	<atom:link href="http://blog.littleimpact.de/index.php/2009/09/14/automatic-encryption-of-home-directories-using-truecrypt-62-and-pam_exec/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.littleimpact.de/index.php/2009/09/14/automatic-encryption-of-home-directories-using-truecrypt-62-and-pam_exec/</link>
	<description>Things that have more than zero impact (on my live)</description>
	<pubDate>Sun, 05 Feb 2012 00:04:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Eric</title>
		<link>http://blog.littleimpact.de/index.php/2009/09/14/automatic-encryption-of-home-directories-using-truecrypt-62-and-pam_exec/#comment-10053</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 11 Oct 2010 16:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.littleimpact.de/?p=22#comment-10053</guid>
		<description>Does it work with TrueCrypt 7.0a?</description>
		<content:encoded><![CDATA[<p>Does it work with TrueCrypt 7.0a?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://blog.littleimpact.de/index.php/2009/09/14/automatic-encryption-of-home-directories-using-truecrypt-62-and-pam_exec/#comment-9867</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Sun, 26 Sep 2010 13:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.littleimpact.de/?p=22#comment-9867</guid>
		<description>I'm using a FAT fs for my tc volume (not sure if relevant) but when it gets mounted, it's mounted as root, not the logging in user.

Is there some way round this? 

Cheers for the article</description>
		<content:encoded><![CDATA[<p>I&#039;m using a FAT fs for my tc volume (not sure if relevant) but when it gets mounted, it&#039;s mounted as root, not the logging in user.</p>
<p>Is there some way round this? </p>
<p>Cheers for the article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Choppers</title>
		<link>http://blog.littleimpact.de/index.php/2009/09/14/automatic-encryption-of-home-directories-using-truecrypt-62-and-pam_exec/#comment-9743</link>
		<dc:creator>Choppers</dc:creator>
		<pubDate>Wed, 15 Sep 2010 04:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.littleimpact.de/?p=22#comment-9743</guid>
		<description>&lt;strong&gt; County http://aft.kcj.ii88.de : Vinny...&lt;/strong&gt;

County...</description>
		<content:encoded><![CDATA[<p><strong> County <a href="http://aft.kcj.ii88.de" rel="nofollow">http://aft.kcj.ii88.de</a> : Vinny&#8230;</strong></p>
<p>County&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://blog.littleimpact.de/index.php/2009/09/14/automatic-encryption-of-home-directories-using-truecrypt-62-and-pam_exec/#comment-9458</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 20 Aug 2010 20:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.littleimpact.de/?p=22#comment-9458</guid>
		<description>Thanks for script. 
For Ubuntu 10.04 and TrueCrypt 6.1a in /bin/cryptmount.sh file 
instead:
head -c -1 &#124; truecrypt -t  --protect-hidden=no -k "" \
                      "$CRYPTVOLUME" "$MOUNTPOINT"
I changed to:
head &#124; truecrypt -t  --protect-hidden=no -k "" \
                      "$CRYPTVOLUME" "$MOUNTPOINT"
Because truecrypt (in this version) expect new line character after password</description>
		<content:encoded><![CDATA[<p>Thanks for script.<br />
For Ubuntu 10.04 and TrueCrypt 6.1a in /bin/cryptmount.sh file<br />
instead:<br />
head -c -1 | truecrypt -t  &#8211;protect-hidden=no -k &#034;&#034; \<br />
                      &#034;$CRYPTVOLUME&#034; &#034;$MOUNTPOINT&#034;<br />
I changed to:<br />
head | truecrypt -t  &#8211;protect-hidden=no -k &#034;&#034; \<br />
                      &#034;$CRYPTVOLUME&#034; &#034;$MOUNTPOINT&#034;<br />
Because truecrypt (in this version) expect new line character after password</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jochen Ritzel</title>
		<link>http://blog.littleimpact.de/index.php/2009/09/14/automatic-encryption-of-home-directories-using-truecrypt-62-and-pam_exec/#comment-8520</link>
		<dc:creator>Jochen Ritzel</dc:creator>
		<pubDate>Fri, 30 Apr 2010 15:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.littleimpact.de/?p=22#comment-8520</guid>
		<description>Hey, thanks for all this, I had no idea what PAM can do, but worked out great. I just wanted to say that by now, `pam_exec` works out of the box on ubuntu, no need to compile anything. Also, it's much simpler to mount your encrypted media when you save them as favorites and mount them with `truecrypt --auto-mount=favorites --load-preferences` and dismount them with `truecrypt --dismount`</description>
		<content:encoded><![CDATA[<p>Hey, thanks for all this, I had no idea what PAM can do, but worked out great. I just wanted to say that by now, `pam_exec` works out of the box on ubuntu, no need to compile anything. Also, it&#039;s much simpler to mount your encrypted media when you save them as favorites and mount them with `truecrypt &#8211;auto-mount=favorites &#8211;load-preferences` and dismount them with `truecrypt &#8211;dismount`</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henryk</title>
		<link>http://blog.littleimpact.de/index.php/2009/09/14/automatic-encryption-of-home-directories-using-truecrypt-62-and-pam_exec/#comment-5171</link>
		<dc:creator>Henryk</dc:creator>
		<pubDate>Sat, 10 Oct 2009 07:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.littleimpact.de/?p=22#comment-5171</guid>
		<description>@Reid:
Yes, you're absolutely right. I fixed the post. Thank you and sorry for the inconvenience to all.</description>
		<content:encoded><![CDATA[<p>@Reid:<br />
Yes, you&#039;re absolutely right. I fixed the post. Thank you and sorry for the inconvenience to all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reid Linnemann</title>
		<link>http://blog.littleimpact.de/index.php/2009/09/14/automatic-encryption-of-home-directories-using-truecrypt-62-and-pam_exec/#comment-5163</link>
		<dc:creator>Reid Linnemann</dc:creator>
		<pubDate>Fri, 09 Oct 2009 19:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.littleimpact.de/?p=22#comment-5163</guid>
		<description>I think there's a typo/misnomer here in rolling your own pam_exec.so. pam_1.0.1.orig.tar.gz doesn't have pam_exec patched for expose_authtok. I grabbed pam_1.1.0_orig.tar.gz and built a working pam_exec.so using the remaining instructions. If you follow the instructions as-is, the pam_exec module will think 'expose_authtok' is the command to run in the child process.</description>
		<content:encoded><![CDATA[<p>I think there&#039;s a typo/misnomer here in rolling your own pam_exec.so. pam_1.0.1.orig.tar.gz doesn&#039;t have pam_exec patched for expose_authtok. I grabbed pam_1.1.0_orig.tar.gz and built a working pam_exec.so using the remaining instructions. If you follow the instructions as-is, the pam_exec module will think &#039;expose_authtok&#039; is the command to run in the child process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Little Impact &#187; Blog Archive &#187; Automatic encryption of home directories using TrueCrypt 6.0a</title>
		<link>http://blog.littleimpact.de/index.php/2009/09/14/automatic-encryption-of-home-directories-using-truecrypt-62-and-pam_exec/#comment-4749</link>
		<dc:creator>Little Impact &#187; Blog Archive &#187; Automatic encryption of home directories using TrueCrypt 6.0a</dc:creator>
		<pubDate>Mon, 14 Sep 2009 21:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.littleimpact.de/?p=22#comment-4749</guid>
		<description>[...] Update: There is a more current version of this post dealing with TrueCrypt 6.2 and Ubuntu 9.04:Automatic encryption of home directories using TrueCrypt 6.2 and pam_exec. [...]</description>
		<content:encoded><![CDATA[<p>[...] Update: There is a more current version of this post dealing with TrueCrypt 6.2 and Ubuntu 9.04:Automatic encryption of home directories using TrueCrypt 6.2 and pam_exec. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Little Impact &#187; Blog Archive &#187; Automatic encryption of home directories using TrueCrypt</title>
		<link>http://blog.littleimpact.de/index.php/2009/09/14/automatic-encryption-of-home-directories-using-truecrypt-62-and-pam_exec/#comment-4746</link>
		<dc:creator>Little Impact &#187; Blog Archive &#187; Automatic encryption of home directories using TrueCrypt</dc:creator>
		<pubDate>Mon, 14 Sep 2009 21:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.littleimpact.de/?p=22#comment-4746</guid>
		<description>[...] Update: There is a more current version of this post dealing with TrueCrypt 6.2 and Ubuntu 9.04:Automatic encryption of home directories using TrueCrypt 6.2 and pam_exec. [...]</description>
		<content:encoded><![CDATA[<p>[...] Update: There is a more current version of this post dealing with TrueCrypt 6.2 and Ubuntu 9.04:Automatic encryption of home directories using TrueCrypt 6.2 and pam_exec. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

