<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: The future and OpenID</title>
	<link>http://www.codymays.net/content/2007/02/20/the-future-and-openid/</link>
	<description>The CPUID of my brain...</description>
	<pubDate>Thu, 20 Nov 2008 21:27:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>

	<item>
 		<title>Comment on The future and OpenID by: Rakesh Rawat</title>
		<link>http://www.codymays.net/content/2007/02/20/the-future-and-openid/#comment-10100</link>
		<pubDate>Thu, 22 May 2008 07:55:50 +0000</pubDate>
		<guid>http://www.codymays.net/content/2007/02/20/the-future-and-openid/#comment-10100</guid>
					<description>Warning: require_once(Auth/OpenID/Consumer.php) [function.require-once]: failed to open stream: No such file or directory in

Does anyone know where to get these files? Can’t find them in the zip…and can’t find it in the documentation.

Or does anyone know an openphp-library with documentation und which is working? :)</description>
		<content:encoded><![CDATA[	<p>Warning: require_once(Auth/OpenID/Consumer.php) [function.require-once]: failed to open stream: No such file or directory in</p>
	<p>Does anyone know where to get these files? Can’t find them in the zip…and can’t find it in the documentation.</p>
	<p>Or does anyone know an openphp-library with documentation und which is working? :)
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on The future and OpenID by: tops</title>
		<link>http://www.codymays.net/content/2007/02/20/the-future-and-openid/#comment-9872</link>
		<pubDate>Thu, 27 Mar 2008 08:54:39 +0000</pubDate>
		<guid>http://www.codymays.net/content/2007/02/20/the-future-and-openid/#comment-9872</guid>
					<description>in 127.0.0.1, I get the following error:
Fatal error: Define Auth_OpenID_RAND_SOURCE as null to continue with an insecure random number generator. in C:\AppServ\www\php-openid\Auth\OpenID\CryptUtil.php on line 52

and in http://www.la.ubu.ac.th/consumer
I get the following error:
Authentication Error.</description>
		<content:encoded><![CDATA[	<p>in 127.0.0.1, I get the following error:<br />
Fatal error: Define Auth_OpenID_RAND_SOURCE as null to continue with an insecure random number generator. in C:\AppServ\www\php-openid\Auth\OpenID\CryptUtil.php on line 52</p>
	<p>and in <a href='http://www.la.ubu.ac.th/consumer' rel='nofollow' onclick='javascript:urchinTracker ("/outgoing/http://www.la.ubu.ac.th/consumer");'>http://www.la.ubu.ac.th/consumer</a><br />
I get the following error:<br />
Authentication Error.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on The future and OpenID by: Ozmo Camaris</title>
		<link>http://www.codymays.net/content/2007/02/20/the-future-and-openid/#comment-9520</link>
		<pubDate>Sat, 16 Feb 2008 23:02:18 +0000</pubDate>
		<guid>http://www.codymays.net/content/2007/02/20/the-future-and-openid/#comment-9520</guid>
					<description>Kris, to correct your issues and the next one you'll get after you correct that one ;) try this:

&lt;strong&gt;EasyOpenID.php&lt;/strong&gt;
&lt;em&gt;Line 77 REMOVE&lt;/em&gt;
&lt;code&gt;$this-&amp;#62;response = $consumer-&amp;#62;complete($_GET);&lt;/code&gt;
&lt;em&gt;Line 77 ADD&lt;/em&gt;
&lt;code&gt;$return_to = substr($_GET['openid_return_to'], 0, strpos($_GET['openid_return_to'], &quot;?&quot;));&lt;/code&gt;
&lt;code&gt;$this-&amp;#62;response = $consumer-&amp;#62;complete($return_to);&lt;/code&gt;

&lt;strong&gt;finish_auth.php&lt;/strong&gt;
&lt;em&gt;Line 37 REMOVE&lt;/em&gt;
&lt;code&gt;$sreg = $response-&amp;#62;extensionResponse('sreg');
&lt;/code&gt;&lt;em&gt;Line 37 ADD&lt;/em&gt;
&lt;code&gt;$sreg = $response-&amp;#62;extensionResponse('sreg', true);
&lt;/code&gt;

Note: The &lt;em&gt;$return_to&lt;/em&gt; line in &lt;strong&gt;EasyOpenID.php&lt;/strong&gt; is one line, but the blog cuts it off, make sure you don't have a stray carriage return.</description>
		<content:encoded><![CDATA[	<p>Kris, to correct your issues and the next one you&#8217;ll get after you correct that one ;) try this:</p>
	<p><strong>EasyOpenID.php</strong><br />
<em>Line 77 REMOVE</em><br />
<code>$this-&gt;response = $consumer-&gt;complete($_GET);</code><br />
<em>Line 77 ADD</em><br />
<code>$return_to = substr($_GET['openid_return_to'], 0, strpos($_GET['openid_return_to'], "?"));</code><br />
<code>$this-&gt;response = $consumer-&gt;complete($return_to);</code></p>
	<p><strong>finish_auth.php</strong><br />
<em>Line 37 REMOVE</em><br />
<code>$sreg = $response-&gt;extensionResponse('sreg');<br />
</code><em>Line 37 ADD</em><br />
<code>$sreg = $response-&gt;extensionResponse('sreg', true);<br />
</code></p>
	<p>Note: The <em>$return_to</em> line in <strong>EasyOpenID.php</strong> is one line, but the blog cuts it off, make sure you don&#8217;t have a stray carriage return.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on The future and OpenID by: Kris</title>
		<link>http://www.codymays.net/content/2007/02/20/the-future-and-openid/#comment-9237</link>
		<pubDate>Tue, 22 Jan 2008 13:58:13 +0000</pubDate>
		<guid>http://www.codymays.net/content/2007/02/20/the-future-and-openid/#comment-9237</guid>
					<description>I'm having a slight problem, I'm getting directed to my provider, authenticating, then back again but get the following error:
Fatal error: return_to must be a string; see NEWS file for upgrading notes. in /home/.peony/krisnorthfield/visualibiza.co.uk/openid/Auth/OpenID/Consumer.php on line 409

I've tried several things to no avail. Any clues?</description>
		<content:encoded><![CDATA[	<p>I&#8217;m having a slight problem, I&#8217;m getting directed to my provider, authenticating, then back again but get the following error:<br />
Fatal error: return_to must be a string; see NEWS file for upgrading notes. in /home/.peony/krisnorthfield/visualibiza.co.uk/openid/Auth/OpenID/Consumer.php on line 409</p>
	<p>I&#8217;ve tried several things to no avail. Any clues?
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on The future and OpenID by: Cody Mays</title>
		<link>http://www.codymays.net/content/2007/02/20/the-future-and-openid/#comment-7405</link>
		<pubDate>Thu, 30 Aug 2007 18:58:28 +0000</pubDate>
		<guid>http://www.codymays.net/content/2007/02/20/the-future-and-openid/#comment-7405</guid>
					<description>You need to download the the PHP-OpenID library from http://www.openidenabled.com/php-openid/. My class just makes it easier to use.</description>
		<content:encoded><![CDATA[	<p>You need to download the the PHP-OpenID library from <a href='http://www.openidenabled.com/php-openid/' rel='nofollow' onclick='javascript:urchinTracker ("/outgoing/http://www.openidenabled.com/php-openid/");'>http://www.openidenabled.com/php-openid/</a>. My class just makes it easier to use.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on The future and OpenID by: Tobias</title>
		<link>http://www.codymays.net/content/2007/02/20/the-future-and-openid/#comment-7403</link>
		<pubDate>Thu, 30 Aug 2007 16:33:41 +0000</pubDate>
		<guid>http://www.codymays.net/content/2007/02/20/the-future-and-openid/#comment-7403</guid>
					<description>Warning: require_once(Auth/OpenID/Consumer.php) [function.require-once]: failed to open stream: No such file or directory in


Does anyone know where to get these files? Can't find them in the zip...and can't find it in the documentation.

Or does anyone know an openphp-library with documentation und which is working? :)</description>
		<content:encoded><![CDATA[	<p>Warning: require_once(Auth/OpenID/Consumer.php) [function.require-once]: failed to open stream: No such file or directory in</p>
	<p>Does anyone know where to get these files? Can&#8217;t find them in the zip&#8230;and can&#8217;t find it in the documentation.</p>
	<p>Or does anyone know an openphp-library with documentation und which is working? :)
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on The future and OpenID by: Alex K</title>
		<link>http://www.codymays.net/content/2007/02/20/the-future-and-openid/#comment-6582</link>
		<pubDate>Thu, 05 Jul 2007 05:03:12 +0000</pubDate>
		<guid>http://www.codymays.net/content/2007/02/20/the-future-and-openid/#comment-6582</guid>
					<description>Thanks for the hint a question though....

if I dont have an iPhone connected (for test purposes) what output should I get from running tool?

I currently get permission denied is this correct?

Thanks</description>
		<content:encoded><![CDATA[	<p>Thanks for the hint a question though&#8230;.</p>
	<p>if I dont have an iPhone connected (for test purposes) what output should I get from running tool?</p>
	<p>I currently get permission denied is this correct?</p>
	<p>Thanks
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on The future and OpenID by: Dragoniz3r</title>
		<link>http://www.codymays.net/content/2007/02/20/the-future-and-openid/#comment-4871</link>
		<pubDate>Tue, 13 Mar 2007 13:30:02 +0000</pubDate>
		<guid>http://www.codymays.net/content/2007/02/20/the-future-and-openid/#comment-4871</guid>
					<description>Cody, you're a dumb piece of shit :P
Really, I don't think that, I just wanted to give you some traffic ;)</description>
		<content:encoded><![CDATA[	<p>Cody, you&#8217;re a dumb piece of shit :P<br />
Really, I don&#8217;t think that, I just wanted to give you some traffic ;)
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
