<?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/"
		>
<channel>
	<title>Comments for NO CASH VALUE</title>
	<atom:link href="http://cxzcxz.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://cxzcxz.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 07 Apr 2010 21:41:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on OAuth Where Art Thou? by Beau</title>
		<link>http://cxzcxz.com/blog/2010/02/oauth-where-art-thou/comment-page-1/#comment-469</link>
		<dc:creator>Beau</dc:creator>
		<pubDate>Wed, 07 Apr 2010 21:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cxzcxz.com/?p=99#comment-469</guid>
		<description>I got a response after four days, but it simply said they weren&#039;t able to find my Twitter username and asked me to include it in my response. That was my fault for inadvertently using an email address that is not the same as what&#039;s on my Twitter account, but I didn&#039;t feel like dealing with it any longer and never responded.</description>
		<content:encoded><![CDATA[<p>I got a response after four days, but it simply said they weren&#8217;t able to find my Twitter username and asked me to include it in my response. That was my fault for inadvertently using an email address that is not the same as what&#8217;s on my Twitter account, but I didn&#8217;t feel like dealing with it any longer and never responded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OAuth Where Art Thou? by Robert</title>
		<link>http://cxzcxz.com/blog/2010/02/oauth-where-art-thou/comment-page-1/#comment-467</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 07 Apr 2010 18:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cxzcxz.com/?p=99#comment-467</guid>
		<description>Great, I just got this notice, about 5 minutes after I applied for the OAuth token.

I was wondering how long it took them to correct...did you ever hear back?  I guess you didn&#039;t after 3 days, so...I guess I shouldn&#039;t expect anything quickly.</description>
		<content:encoded><![CDATA[<p>Great, I just got this notice, about 5 minutes after I applied for the OAuth token.</p>
<p>I was wondering how long it took them to correct&#8230;did you ever hear back?  I guess you didn&#8217;t after 3 days, so&#8230;I guess I shouldn&#8217;t expect anything quickly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kohana Auth and LDAP by Beau</title>
		<link>http://cxzcxz.com/blog/2009/11/kohana-auth-and-ldap/comment-page-1/#comment-452</link>
		<dc:creator>Beau</dc:creator>
		<pubDate>Fri, 02 Apr 2010 14:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://cxzcxz.com/blog/?p=94#comment-452</guid>
		<description>Hey guys, thanks for the tips. The project I was making this library for got canceled so I haven&#039;t been able to make any updates lately, but I am maintaining a &lt;a href=&quot;http://wiki.github.com/nocash/KadLDAP/to-do&quot; rel=&quot;nofollow&quot;&gt;to-do list&lt;/a&gt; and considering setting up an LDAP server on my personal network just to play around with it some. If that happens I&#039;ll be sure add your suggestions to the code.</description>
		<content:encoded><![CDATA[<p>Hey guys, thanks for the tips. The project I was making this library for got canceled so I haven&#8217;t been able to make any updates lately, but I am maintaining a <a href="http://wiki.github.com/nocash/KadLDAP/to-do" rel="nofollow">to-do list</a> and considering setting up an LDAP server on my personal network just to play around with it some. If that happens I&#8217;ll be sure add your suggestions to the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kohana Auth and LDAP by Danilo</title>
		<link>http://cxzcxz.com/blog/2009/11/kohana-auth-and-ldap/comment-page-1/#comment-446</link>
		<dc:creator>Danilo</dc:creator>
		<pubDate>Wed, 31 Mar 2010 13:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://cxzcxz.com/blog/?p=94#comment-446</guid>
		<description>seems to work, thx :)

just a little suggestion: if you only extend and never instantiate the LDAP_Model class, you can make it an abstract class.</description>
		<content:encoded><![CDATA[<p>seems to work, thx <img src='http://cxzcxz.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>just a little suggestion: if you only extend and never instantiate the LDAP_Model class, you can make it an abstract class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kohana Auth and LDAP by Michael Camden</title>
		<link>http://cxzcxz.com/blog/2009/11/kohana-auth-and-ldap/comment-page-1/#comment-443</link>
		<dc:creator>Michael Camden</dc:creator>
		<pubDate>Fri, 26 Mar 2010 18:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://cxzcxz.com/blog/?p=94#comment-443</guid>
		<description>I&#039;m using this in one of my projects. I&#039;ve written similar LDAP classes to handle authentication with custom frameworks. I&#039;m new to Kohana so I&#039;m happy someone did the leg work for me. One thing I did add to the adLDAP library was a nullable account suffix when using an ad_user to connect. 

ln :373
&lt;code&gt;
			// Added nullable account suffix when connecting with a ad user - mcamden
			if($this-&gt;_account_suffix != null) {
				$this-&gt;_bind = @ldap_bind($this-&gt;_conn,$this-&gt;_ad_username.$this-&gt;_account_suffix,$this-&gt;_ad_password);
			} else {
				$this-&gt;_bind = @ldap_bind($this-&gt;_conn,$this-&gt;_ad_username,$this-&gt;_ad_password);
			}
&lt;/code&gt;

Thanks for your work.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using this in one of my projects. I&#8217;ve written similar LDAP classes to handle authentication with custom frameworks. I&#8217;m new to Kohana so I&#8217;m happy someone did the leg work for me. One thing I did add to the adLDAP library was a nullable account suffix when using an ad_user to connect. </p>
<p>ln :373<br />
<code><br />
			// Added nullable account suffix when connecting with a ad user - mcamden<br />
			if($this-&gt;_account_suffix != null) {<br />
				$this-&gt;_bind = @ldap_bind($this-&gt;_conn,$this-&gt;_ad_username.$this-&gt;_account_suffix,$this-&gt;_ad_password);<br />
			} else {<br />
				$this-&gt;_bind = @ldap_bind($this-&gt;_conn,$this-&gt;_ad_username,$this-&gt;_ad_password);<br />
			}<br />
</code></p>
<p>Thanks for your work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting OBSE working with Steam Oblivion by Beau</title>
		<link>http://cxzcxz.com/blog/2009/06/getting-obse-working-with-steam-oblivion/comment-page-1/#comment-131</link>
		<dc:creator>Beau</dc:creator>
		<pubDate>Sat, 08 Aug 2009 13:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://cxzcxz.com/?p=67#comment-131</guid>
		<description>Well, keep in mind that you don&#039;t need to follow the directions here anymore. Using the latest Beta release from the OBSE website should be enough.</description>
		<content:encoded><![CDATA[<p>Well, keep in mind that you don&#8217;t need to follow the directions here anymore. Using the latest Beta release from the OBSE website should be enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting OBSE working with Steam Oblivion by POOMUNCH</title>
		<link>http://cxzcxz.com/blog/2009/06/getting-obse-working-with-steam-oblivion/comment-page-1/#comment-130</link>
		<dc:creator>POOMUNCH</dc:creator>
		<pubDate>Sat, 08 Aug 2009 11:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://cxzcxz.com/?p=67#comment-130</guid>
		<description>FUCK NO! I tried to get it working but couldent =( ill try again</description>
		<content:encoded><![CDATA[<p>FUCK NO! I tried to get it working but couldent =( ill try again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting OBSE working with Steam Oblivion by Dan</title>
		<link>http://cxzcxz.com/blog/2009/06/getting-obse-working-with-steam-oblivion/comment-page-1/#comment-92</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 26 Jun 2009 19:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://cxzcxz.com/?p=67#comment-92</guid>
		<description>Thanks a lot, and yes, thanks to Google too, lol.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, and yes, thanks to Google too, lol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting OBSE working with Steam Oblivion by Mike</title>
		<link>http://cxzcxz.com/blog/2009/06/getting-obse-working-with-steam-oblivion/comment-page-1/#comment-90</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 24 Jun 2009 22:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://cxzcxz.com/?p=67#comment-90</guid>
		<description>Thank you! i felt so screwed over after buying the steam version. great how this was the first page in Google.</description>
		<content:encoded><![CDATA[<p>Thank you! i felt so screwed over after buying the steam version. great how this was the first page in Google.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting OBSE working with Steam Oblivion by Eric</title>
		<link>http://cxzcxz.com/blog/2009/06/getting-obse-working-with-steam-oblivion/comment-page-1/#comment-89</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 24 Jun 2009 15:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://cxzcxz.com/?p=67#comment-89</guid>
		<description>You&#039;re fucking awesome. I thought I had spent time setting everything up/getting mods and it was all for naught. Fortunately, I found this page. Thank you!</description>
		<content:encoded><![CDATA[<p>You&#8217;re fucking awesome. I thought I had spent time setting everything up/getting mods and it was all for naught. Fortunately, I found this page. Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
