<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Thad&apos;s Blog</title>
      <link>http://blogs.gurulabs.com/thad/</link>
      <description></description>
      <language>en</language>
      <copyright>Copyright 2007</copyright>
      <lastBuildDate>Thu, 26 Apr 2007 12:14:15 -0700</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.33</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Humpty Dumpty sat on a wall...</title>
         <description><![CDATA[<p>This week was a GL120. Scott Fuhriman first tried a simple object: <br><br />
<img alt="Photo_042407_001.jpg" src="http://blogs.gurulabs.com/thad/Photo_042407_001.jpg" width="400" height="320" /><br><br />
Then he created one that was a bit more complicated. A dog.<br><br />
<img alt="Photo_042607_001.jpg" src="http://blogs.gurulabs.com/thad/Photo_042607_001.jpg" width="400" height="320" /><br><br />
He even took it one step further and created Humpty Dumpty:<br><br />
<img alt="Photo_042607_002.jpg" src="http://blogs.gurulabs.com/thad/Photo_042607_002.jpg" width="400" height="320" /><br><br />
Well, you know what happened to Humpty Dumpty...<br><br />
<img alt="Photo_042607_004.jpg" src="http://blogs.gurulabs.com/thad/Photo_042607_004.jpg" width="400" height="320" /></p>]]></description>
         <link>http://blogs.gurulabs.com/thad/2007/04/can_the_dog_play_with_the_ball.html</link>
         <guid>http://blogs.gurulabs.com/thad/2007/04/can_the_dog_play_with_the_ball.html</guid>
         <category>Putty</category>
         <pubDate>Thu, 26 Apr 2007 12:14:15 -0700</pubDate>
      </item>
            <item>
         <title>Automatically unlock the default keyring on FC6</title>
         <description><![CDATA[<p>If you have NetworkManager in use on Fedora Core 6, you have probably seen this dialog box:</p>

<p><img alt="keyring.jpg" src="http://blogs.gurulabs.com/thad/keyring.jpg" width="450" height="212" /></p>

<p>I got tired of entering my password every morning to unlock the default keyring, so I went looking for a solution. What I found was a module for use with PAM that would supply my system password to gnome-keyring for me. The module is called pam_keyring.so.</p>

<p>On Fedora Core 6 the steps that I used to implement this were:</p>

<p>1) As root install the module and it's documentation:<br />
# yum install pam_keyring</p>

<p>2) Insert the following two lines into /etc/pam.d/gdm:<br />
auth       optional    pam_keyring.so try_first_pass<br />
session    optional    pam_keyring.so</p>

<p>Note that order is important in the gdm file. This is what my /etc/pam.d/gdm file looks like with the additions:</p>

<p>auth       required    pam_env.so<br />
auth       optional    pam_keyring.so try_first_pass<br />
auth       include     system-auth<br />
account    required    pam_nologin.so<br />
account    include     system-auth<br />
password   include     system-auth<br />
session    optional    pam_keyinit.so force revoke<br />
session    include     system-auth<br />
session    required    pam_loginuid.so<br />
session    optional    pam_console.so<br />
session    optional    pam_keyring.so</p>

<p>Now the system no longer prompts me for the default keyring password when I log in.</p>]]></description>
         <link>http://blogs.gurulabs.com/thad/2007/03/automatically_unlock_the_defau.html</link>
         <guid>http://blogs.gurulabs.com/thad/2007/03/automatically_unlock_the_defau.html</guid>
         <category>Guru Labs</category>
         <pubDate>Wed, 07 Mar 2007 16:10:34 -0700</pubDate>
      </item>
      
   </channel>
</rss>
