<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ryan Collins &#187; keychain</title>
	<atom:link href="http://ryancollins.org/tag/keychain/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryancollins.org</link>
	<description>Educational Technology</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:46:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>OS X not saving passwords?</title>
		<link>http://ryancollins.org/2009/04/08/os-x-not-saving-passwords/</link>
		<comments>http://ryancollins.org/2009/04/08/os-x-not-saving-passwords/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 15:33:43 +0000</pubDate>
		<dc:creator>mr.rcollins</dc:creator>
				<category><![CDATA[RC Tips]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[keychain]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://ryancollins.org/wp/2009/04/08/os-x-not-saving-passwords/</guid>
		<description><![CDATA[About a month ago I noticed that passwords weren&#8217;t being saved in apps in OS X like Safari, Omniweb, etc. I didn&#8217;t bother trying to figure out the problem, until today when I would go ...]]></description>
			<content:encoded><![CDATA[<p>About a month ago I noticed that passwords weren&#8217;t being saved in apps in OS X like Safari, Omniweb, etc. I didn&#8217;t bother trying to figure out the problem, until today when I would go to a site in Safari and it would ask to save the password. I said yes everytime, but it still didn&#8217;t save it. Finally I tracked down this blog post, <a href="http://blog.davidohara.net/2007/12/19/os-x-keychain-not-saving-passwords/">OS X Keychain Not Saving Passwordsâ€¦</a>:</p>
<blockquote><p>I struggled with this one for about a month before I finally dug into what was wrong and how to fix it. It all started when I reinstalled because I couldnâ€™t get BootCamp installed because of volume fragmentation. Since then, my applications, specifically Mail.app and Adium, werenâ€™t remembering passwords even if I checked the little â€œrememberâ€ box.</p></blockquote>
<p>Basically, for some reason, the keychain file at ~/Library/Keychains/login.keychain was now owned by root instead of by me. To check and fix from the commandline (<strong>$</strong> is the command prompt):<br />
<code>$ ls -l ~/Library/Keychains/login.keychain<br />
-rw-r--r--  1 ryan  admin  781380 Apr  8 11:17 (*deleted...*)<br />
</code><br />
My username is <strong>ryan</strong>. If it says anything else, use the following to change the ownership:<br />
<code>$ sudo chown ryan ~/Library/Keychains/login.keychain<br />
</code><br />
It will ask for the administrator password, and then change the ownership of the file. I don&#8217;t think repair permissions in Disk Utility would fix this problem.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=f8ef38bf-09d8-8d82-8772-2a925bcfed47" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://ryancollins.org/2009/04/08/os-x-not-saving-passwords/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

