<?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 Clifton Griffin</title>
	<atom:link href="http://clifgriffin.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://clifgriffin.com</link>
	<description>A low carb salad featuring healthy portions of politics, humor, and nerdery.</description>
	<lastBuildDate>Wed, 10 Mar 2010 09:33:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Display Comment Form on Main Index in Wordpress by michael</title>
		<link>http://clifgriffin.com/2008/10/28/display-comment-form-on-main-index-in-wordpress/comment-page-1/#comment-2376</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Wed, 10 Mar 2010 09:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://clifgriffin.com/?p=414#comment-2376</guid>
		<description>Thaks</description>
		<content:encoded><![CDATA[<p>Thaks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display Comment Form on Main Index in Wordpress by ericclock</title>
		<link>http://clifgriffin.com/2008/10/28/display-comment-form-on-main-index-in-wordpress/comment-page-1/#comment-2375</link>
		<dc:creator>ericclock</dc:creator>
		<pubDate>Mon, 08 Mar 2010 17:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://clifgriffin.com/?p=414#comment-2375</guid>
		<description>uPSgnp &lt;a href=&quot;http://onlineservices.icr38.net/Zyvox&quot; rel=&quot;nofollow&quot;&gt;zyvox get&lt;/a&gt;  lNMMKO &lt;a href=&quot;http://sevensearchserv.t35.com/Claritin&quot; rel=&quot;nofollow&quot;&gt;claritin canadian&lt;/a&gt;  lQwjBx &lt;a href=&quot;http://onlineservices.icr38.net/Lunesta&quot; rel=&quot;nofollow&quot;&gt;lunesta visa/mastercard/amex/echeck&lt;/a&gt;  cvgxFp &lt;a href=&quot;http://onlineservices.icr38.net/Heart-Shield-Heart-Disease&quot; rel=&quot;nofollow&quot;&gt;heart shield heart disease now&lt;/a&gt;  gUGMWx &lt;a href=&quot;http://online-services.freehostia.com/Aygestin&quot; rel=&quot;nofollow&quot;&gt;aygestin discount&lt;/a&gt;  obxfUS &lt;a href=&quot;http://online-services.freehostia.com/Diflucan&quot; rel=&quot;nofollow&quot;&gt;diflucan online&lt;/a&gt;  iRUwoC &lt;a href=&quot;http://sevensearchserv.t35.com/Calcium-Carbonate&quot; rel=&quot;nofollow&quot;&gt;calcium carbonate no prescription&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>uPSgnp <a href="http://onlineservices.icr38.net/Zyvox" rel="nofollow">zyvox get</a>  lNMMKO <a href="http://sevensearchserv.t35.com/Claritin" rel="nofollow">claritin canadian</a>  lQwjBx <a href="http://onlineservices.icr38.net/Lunesta" rel="nofollow">lunesta visa/mastercard/amex/echeck</a>  cvgxFp <a href="http://onlineservices.icr38.net/Heart-Shield-Heart-Disease" rel="nofollow">heart shield heart disease now</a>  gUGMWx <a href="http://online-services.freehostia.com/Aygestin" rel="nofollow">aygestin discount</a>  obxfUS <a href="http://online-services.freehostia.com/Diflucan" rel="nofollow">diflucan online</a>  iRUwoC <a href="http://sevensearchserv.t35.com/Calcium-Carbonate" rel="nofollow">calcium carbonate no prescription</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple LDAP Login 1.3 for Wordpress by unicast</title>
		<link>http://clifgriffin.com/2009/05/13/simple-ldap-login-13-for-wordpress/comment-page-2/#comment-2372</link>
		<dc:creator>unicast</dc:creator>
		<pubDate>Thu, 04 Mar 2010 10:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://clifgriffin.com/?p=921#comment-2372</guid>
		<description>Hi! I&#039;m tryin to authenticate via LDAP and got some troubles with my LDAP-tree with many ou-containers.
In example, i have containers ou=dev,ou=users,dc=examble and dc=com, ou=test,ou=users,dc=examble,dc=com
BASE_DN ou=users,dc=examble,dc=com
And authentication fails...
Here is small patch:

					case &quot;directory_ol&quot;:
						//OpenLDAP create all 
						$ldap = ldap_connect(LDAP_HOST, LDAP_PORT) 
							or die(&quot;Can&#039;t connect to LDAP server.&quot;);
						ldap_set_option($ldap, LDAP_OPT_PROTOCOL_VERSION, LDAP_VERSION);
						$ureturn=@ldap_search($ldap, BASE_DN, &#039;(&#039; . LOGIN . &#039;=&#039; . $username . &#039;)&#039;, array(LOGIN, &#039;sn&#039;, &#039;givenname&#039;, &#039;mail&#039;));
						$uent=@ldap_first_entry($ldap, $ureturn);
						$bn=@ldap_get_dn($ldap, $uent);
						$ldapbind = @ldap_bind($ldap, $bn, $password);
						if ($ldapbind == true) 

			case &quot;directory_ol&quot;:
					//OpenLDAP create based on group
					$ldap = ldap_connect(LDAP_HOST, LDAP_PORT) 
						or die(&quot;Can&#039;t connect to LDAP server.&quot;);
					ldap_set_option($ldap, LDAP_OPT_PROTOCOL_VERSION, LDAP_VERSION);
					$ureturn=@ldap_search($ldap, BASE_DN, &#039;(&#039; . LOGIN . &#039;=&#039; . $username . &#039;)&#039;, array(LOGIN, &#039;sn&#039;, &#039;givenname&#039;, &#039;mail&#039;));
					$uent=@ldap_first_entry($ldap, $ureturn);
					$bn=@ldap_get_dn($ldap, $uent);
					$ldapbind = @ldap_bind($ldap, $bn, $password);
					//$ldapbind = @ldap_bind($ldap, LOGIN .&#039;=&#039; . $username . &#039;,&#039; . BASE_DN, $password);
					if ($ldapbind == true)</description>
		<content:encoded><![CDATA[<p>Hi! I&#8217;m tryin to authenticate via LDAP and got some troubles with my LDAP-tree with many ou-containers.<br />
In example, i have containers ou=dev,ou=users,dc=examble and dc=com, ou=test,ou=users,dc=examble,dc=com<br />
BASE_DN ou=users,dc=examble,dc=com<br />
And authentication fails&#8230;<br />
Here is small patch:</p>
<p>					case &#8220;directory_ol&#8221;:<br />
						//OpenLDAP create all<br />
						$ldap = ldap_connect(LDAP_HOST, LDAP_PORT)<br />
							or die(&#8220;Can&#8217;t connect to LDAP server.&#8221;);<br />
						ldap_set_option($ldap, LDAP_OPT_PROTOCOL_VERSION, LDAP_VERSION);<br />
						$ureturn=@ldap_search($ldap, BASE_DN, &#8216;(&#8216; . LOGIN . &#8216;=&#8217; . $username . &#8216;)&#8217;, array(LOGIN, &#8217;sn&#8217;, &#8216;givenname&#8217;, &#8216;mail&#8217;));<br />
						$uent=@ldap_first_entry($ldap, $ureturn);<br />
						$bn=@ldap_get_dn($ldap, $uent);<br />
						$ldapbind = @ldap_bind($ldap, $bn, $password);<br />
						if ($ldapbind == true) </p>
<p>			case &#8220;directory_ol&#8221;:<br />
					//OpenLDAP create based on group<br />
					$ldap = ldap_connect(LDAP_HOST, LDAP_PORT)<br />
						or die(&#8220;Can&#8217;t connect to LDAP server.&#8221;);<br />
					ldap_set_option($ldap, LDAP_OPT_PROTOCOL_VERSION, LDAP_VERSION);<br />
					$ureturn=@ldap_search($ldap, BASE_DN, &#8216;(&#8216; . LOGIN . &#8216;=&#8217; . $username . &#8216;)&#8217;, array(LOGIN, &#8217;sn&#8217;, &#8216;givenname&#8217;, &#8216;mail&#8217;));<br />
					$uent=@ldap_first_entry($ldap, $ureturn);<br />
					$bn=@ldap_get_dn($ldap, $uent);<br />
					$ldapbind = @ldap_bind($ldap, $bn, $password);<br />
					//$ldapbind = @ldap_bind($ldap, LOGIN .&#8217;=&#8217; . $username . &#8216;,&#8217; . BASE_DN, $password);<br />
					if ($ldapbind == true)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Featured Category Wordpress Plugin by Jane</title>
		<link>http://clifgriffin.com/2008/10/05/featured-category/comment-page-1/#comment-2370</link>
		<dc:creator>Jane</dc:creator>
		<pubDate>Wed, 03 Mar 2010 15:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://clifgriffin.com/?p=273#comment-2370</guid>
		<description>Hi Cliff,

Is it possible to add the featured category to the home page if it is a static page?

Thanks,
Jane</description>
		<content:encoded><![CDATA[<p>Hi Cliff,</p>
<p>Is it possible to add the featured category to the home page if it is a static page?</p>
<p>Thanks,<br />
Jane</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dreamweaver, You Suck by Callem</title>
		<link>http://clifgriffin.com/2009/05/30/dreamweaver-you-suck/comment-page-1/#comment-2369</link>
		<dc:creator>Callem</dc:creator>
		<pubDate>Tue, 02 Mar 2010 02:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://clifgriffin.com/?p=968#comment-2369</guid>
		<description>Glad someone is saying it, i swear to god DW CS4 is the biggest piece of crap, with every new release the application seems to get worse and worse. Not only does the FTP and RDS functionality completely bite  but now they had to go and balls up the interface making everything laggy. Oh and correct me if im wrong but &quot;Background activity&quot; generally means something that occurs in the BACKGROUND,  how the fuck have they not noticed this shit, everytime i attempt any operation (sometimes even just clicking to make a page active) the entire program freezes up along with my entire computer whilst the &quot;Background activity&quot; dialogue comes center stage and performs its &quot;Background activity&quot;.

End Rant.</description>
		<content:encoded><![CDATA[<p>Glad someone is saying it, i swear to god DW CS4 is the biggest piece of crap, with every new release the application seems to get worse and worse. Not only does the FTP and RDS functionality completely bite  but now they had to go and balls up the interface making everything laggy. Oh and correct me if im wrong but &#8220;Background activity&#8221; generally means something that occurs in the BACKGROUND,  how the fuck have they not noticed this shit, everytime i attempt any operation (sometimes even just clicking to make a page active) the entire program freezes up along with my entire computer whilst the &#8220;Background activity&#8221; dialogue comes center stage and performs its &#8220;Background activity&#8221;.</p>
<p>End Rant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display Comment Form on Main Index in Wordpress by Drexel</title>
		<link>http://clifgriffin.com/2008/10/28/display-comment-form-on-main-index-in-wordpress/comment-page-1/#comment-2367</link>
		<dc:creator>Drexel</dc:creator>
		<pubDate>Wed, 24 Feb 2010 13:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://clifgriffin.com/?p=414#comment-2367</guid>
		<description>Great Code. However I get the same comment over and over again for different posts. For some reason it is not rotating comments along with the post?

Do you have any suggestions?</description>
		<content:encoded><![CDATA[<p>Great Code. However I get the same comment over and over again for different posts. For some reason it is not rotating comments along with the post?</p>
<p>Do you have any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display Comment Form on Main Index in Wordpress by Drexel</title>
		<link>http://clifgriffin.com/2008/10/28/display-comment-form-on-main-index-in-wordpress/comment-page-1/#comment-2366</link>
		<dc:creator>Drexel</dc:creator>
		<pubDate>Wed, 24 Feb 2010 13:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://clifgriffin.com/?p=414#comment-2366</guid>
		<description>Great Code. However I get the same comment over and over again for different posts.  For some reason it is not rotating comments along with the post? 

Do you have any suggestions?</description>
		<content:encoded><![CDATA[<p>Great Code. However I get the same comment over and over again for different posts.  For some reason it is not rotating comments along with the post? </p>
<p>Do you have any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple LDAP Login 1.3 for Wordpress by Clifton Griffin</title>
		<link>http://clifgriffin.com/2009/05/13/simple-ldap-login-13-for-wordpress/comment-page-2/#comment-2365</link>
		<dc:creator>Clifton Griffin</dc:creator>
		<pubDate>Tue, 23 Feb 2010 13:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://clifgriffin.com/?p=921#comment-2365</guid>
		<description>You placed it in the mu-plugins folder?</description>
		<content:encoded><![CDATA[<p>You placed it in the mu-plugins folder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple LDAP Login 1.3 for Wordpress by Carlos</title>
		<link>http://clifgriffin.com/2009/05/13/simple-ldap-login-13-for-wordpress/comment-page-2/#comment-2364</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Tue, 23 Feb 2010 04:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://clifgriffin.com/?p=921#comment-2364</guid>
		<description>I am using Version 1.3.0.3, and have a problem when new blogs get created, the LDAP configuration is empty, and it has to be manually configured. The problem arises when the user needs to login from the blog’s own login page, it does not recognize the LDAP credentials, and gives me an “Incorrect password error”.

The plugin is activated site-wide, and still does not work</description>
		<content:encoded><![CDATA[<p>I am using Version 1.3.0.3, and have a problem when new blogs get created, the LDAP configuration is empty, and it has to be manually configured. The problem arises when the user needs to login from the blog’s own login page, it does not recognize the LDAP credentials, and gives me an “Incorrect password error”.</p>
<p>The plugin is activated site-wide, and still does not work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple LDAP Login 1.3 for Wordpress by Clifton Griffin</title>
		<link>http://clifgriffin.com/2009/05/13/simple-ldap-login-13-for-wordpress/comment-page-1/#comment-2363</link>
		<dc:creator>Clifton Griffin</dc:creator>
		<pubDate>Mon, 22 Feb 2010 19:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://clifgriffin.com/?p=921#comment-2363</guid>
		<description>It seems to me that even if an installation is configured so it doesn&#039;t need to bind to read group information, you would still be able to bind to read group information.</description>
		<content:encoded><![CDATA[<p>It seems to me that even if an installation is configured so it doesn&#8217;t need to bind to read group information, you would still be able to bind to read group information.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
