<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Ryan Lane's Blog</title>
	
	<link>http://ryandlane.com/blog</link>
	<description />
	<lastBuildDate>Tue, 15 May 2012 07:54:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForRyanLanesBlog" /><feedburner:info uri="commentsforryanlanesblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://superfeedr.com/hubbub" /><item>
		<title>Comment on Using the LDAP Authentication Plugin for MediaWiki – The Basics (Part 2) by Ryan Lane</title>
		<link>http://feedproxy.google.com/~r/CommentsForRyanLanesBlog/~3/-ByLk9oEjcs/</link>
		<dc:creator>Ryan Lane</dc:creator>
		<pubDate>Tue, 15 May 2012 07:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://ryandlane.com/wprdl/?p=49#comment-4202</guid>
		<description>dn=Directory Manager,dc=domain,dc=com looks incorrect. You shouldn't use your directory manager anyway. You should use a proxy agent with limited rights.</description>
		<content:encoded><![CDATA[<p>dn=Directory Manager,dc=domain,dc=com looks incorrect. You shouldn&#8217;t use your directory manager anyway. You should use a proxy agent with limited rights.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForRyanLanesBlog/~4/-ByLk9oEjcs" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://ryandlane.com/blog/2009/06/16/using-the-ldap-authentication-plugin-for-mediawiki-the-basics-part-2/comment-page-1/#comment-4202</feedburner:origLink></item>
	<item>
		<title>Comment on Using the LDAP Authentication Plugin for MediaWiki – The Basics (Part 2) by Vipin</title>
		<link>http://feedproxy.google.com/~r/CommentsForRyanLanesBlog/~3/6xpoTnfUaN0/</link>
		<dc:creator>Vipin</dc:creator>
		<pubDate>Tue, 15 May 2012 04:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://ryandlane.com/wprdl/?p=49#comment-4201</guid>
		<description>Thanks you your reply.

I also had used $wgLDAPSearchStrings and $wgLDAPProxyAgent as -

$wgLDAPSearchStrings = array( "domain" =&gt; "uid=USER-NAME,ou=people,dc=domain,dc=com" );

$wgLDAPProxyAgent = array( "domain" =&gt; "dn=Directory Manager,ou=people,dc=domain,dc=com" )
then,
$wgLDAPProxyAgent = array( "domain" =&gt; "dn=Directory Manager,dc=domain,dc=com" )

Anything I am doing wrong?</description>
		<content:encoded><![CDATA[<p>Thanks you your reply.</p>
<p>I also had used $wgLDAPSearchStrings and $wgLDAPProxyAgent as -</p>
<p>$wgLDAPSearchStrings = array( &#8220;domain&#8221; =&gt; &#8220;uid=USER-NAME,ou=people,dc=domain,dc=com&#8221; );</p>
<p>$wgLDAPProxyAgent = array( &#8220;domain&#8221; =&gt; &#8220;dn=Directory Manager,ou=people,dc=domain,dc=com&#8221; )<br />
then,<br />
$wgLDAPProxyAgent = array( &#8220;domain&#8221; =&gt; &#8220;dn=Directory Manager,dc=domain,dc=com&#8221; )</p>
<p>Anything I am doing wrong?</p>
<img src="http://feeds.feedburner.com/~r/CommentsForRyanLanesBlog/~4/6xpoTnfUaN0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://ryandlane.com/blog/2009/06/16/using-the-ldap-authentication-plugin-for-mediawiki-the-basics-part-2/comment-page-1/#comment-4201</feedburner:origLink></item>
	<item>
		<title>Comment on Using the LDAP Authentication Plugin for MediaWiki – The Basics (Part 2) by Ryan Lane</title>
		<link>http://feedproxy.google.com/~r/CommentsForRyanLanesBlog/~3/D7iigVV3BhM/</link>
		<dc:creator>Ryan Lane</dc:creator>
		<pubDate>Mon, 14 May 2012 19:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://ryandlane.com/wprdl/?p=49#comment-4199</guid>
		<description>$wgLDAPSearchStrings = array('domain' =&gt; 'uid=USER-NAME,ou=groups,dc=domain,dc=com');

^^ That doesn't look correct. Your users are in your groups ou?

$wgLDAPProxyAgent = array( “domain” =&gt; “dc=domain,dc=com” );

^^ That also isn't correct. This needs to be a user account with enough access to find user DNs.</description>
		<content:encoded><![CDATA[<p>$wgLDAPSearchStrings = array(&#8216;domain&#8217; =&gt; &#8216;uid=USER-NAME,ou=groups,dc=domain,dc=com&#8217;);</p>
<p>^^ That doesn&#8217;t look correct. Your users are in your groups ou?</p>
<p>$wgLDAPProxyAgent = array( “domain” => “dc=domain,dc=com” );</p>
<p>^^ That also isn&#8217;t correct. This needs to be a user account with enough access to find user DNs.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForRyanLanesBlog/~4/D7iigVV3BhM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://ryandlane.com/blog/2009/06/16/using-the-ldap-authentication-plugin-for-mediawiki-the-basics-part-2/comment-page-1/#comment-4199</feedburner:origLink></item>
	<item>
		<title>Comment on Using the LDAP Authentication Plugin for MediaWiki – The Basics (Part 2) by Vipin</title>
		<link>http://feedproxy.google.com/~r/CommentsForRyanLanesBlog/~3/krW2o6q5dSE/</link>
		<dc:creator>Vipin</dc:creator>
		<pubDate>Sun, 13 May 2012 19:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://ryandlane.com/wprdl/?p=49#comment-4198</guid>
		<description>Hi Guys, 
Need urgent help!

I'm getting (Failed to bind) error and don't know where I am doing wrong. Below is my LocalSettings.php config.

$wgLDAPDomainNames = array( "domain" );
$wgLDAPLowerCaseUsername = array("domain"=&gt; true);
$wgLDAPServerNames = array( "domain" =&gt; "ldap_server_ip_address" );
$wgLDAPSearchAttributes = array( "domain" =&gt; "uid" );
#$wgLDAPBaseDNs = array( "domain" =&gt; "ou=people,dc=domain,dc=com" );
$wgLDAPBaseDNs = array( "domain" =&gt; "dc=domain,dc=com" );
$wgLDAPSearchStrings = array('domain' =&gt; 'uid=USER-NAME,ou=groups,dc=domain,dc=com');
$wgLDAPEncryptionType = array( "domain" =&gt; "clear" );
$wgLDAPProxyAgent = array( "domain" =&gt; "dc=domain,dc=com" );
$wgLDAPProxyAgentPassword = array( "domain" =&gt; "*****" );

$wgLDAPUseLocal = false;
$wgMinimalPasswordLength = 1;

## Logging Debug-Information for LDAP
$wgLDAPDebug = 3;
$wgDebugLogGroups["ldap"] = "/tmp/debugldap.log";

Any help would be great appreciated. thanks!</description>
		<content:encoded><![CDATA[<p>Hi Guys,<br />
Need urgent help!</p>
<p>I&#8217;m getting (Failed to bind) error and don&#8217;t know where I am doing wrong. Below is my LocalSettings.php config.</p>
<p>$wgLDAPDomainNames = array( &#8220;domain&#8221; );<br />
$wgLDAPLowerCaseUsername = array(&#8220;domain&#8221;=&gt; true);<br />
$wgLDAPServerNames = array( &#8220;domain&#8221; =&gt; &#8220;ldap_server_ip_address&#8221; );<br />
$wgLDAPSearchAttributes = array( &#8220;domain&#8221; =&gt; &#8220;uid&#8221; );<br />
#$wgLDAPBaseDNs = array( &#8220;domain&#8221; =&gt; &#8220;ou=people,dc=domain,dc=com&#8221; );<br />
$wgLDAPBaseDNs = array( &#8220;domain&#8221; =&gt; &#8220;dc=domain,dc=com&#8221; );<br />
$wgLDAPSearchStrings = array(&#8216;domain&#8217; =&gt; &#8216;uid=USER-NAME,ou=groups,dc=domain,dc=com&#8217;);<br />
$wgLDAPEncryptionType = array( &#8220;domain&#8221; =&gt; &#8220;clear&#8221; );<br />
$wgLDAPProxyAgent = array( &#8220;domain&#8221; =&gt; &#8220;dc=domain,dc=com&#8221; );<br />
$wgLDAPProxyAgentPassword = array( &#8220;domain&#8221; =&gt; &#8220;*****&#8221; );</p>
<p>$wgLDAPUseLocal = false;<br />
$wgMinimalPasswordLength = 1;</p>
<p>## Logging Debug-Information for LDAP<br />
$wgLDAPDebug = 3;<br />
$wgDebugLogGroups["ldap"] = &#8220;/tmp/debugldap.log&#8221;;</p>
<p>Any help would be great appreciated. thanks!</p>
<img src="http://feeds.feedburner.com/~r/CommentsForRyanLanesBlog/~4/krW2o6q5dSE" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://ryandlane.com/blog/2009/06/16/using-the-ldap-authentication-plugin-for-mediawiki-the-basics-part-2/comment-page-1/#comment-4198</feedburner:origLink></item>
	<item>
		<title>Comment on OpenStackManager 1.4 released by Wikimedia Foundation Report, April 2012 — Wikimedia blog</title>
		<link>http://feedproxy.google.com/~r/CommentsForRyanLanesBlog/~3/JW4wkepbxqM/</link>
		<dc:creator>Wikimedia Foundation Report, April 2012 — Wikimedia blog</dc:creator>
		<pubDate>Wed, 09 May 2012 02:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://ryandlane.com/blog/?p=506#comment-4187</guid>
		<description>[...] Labs — Ryan Lane released a new version of OpenStackManager, adding project filters for all interfaces, usability fixes and a number of bug fixes. [...]</description>
		<content:encoded><![CDATA[<p>[...] Labs — Ryan Lane released a new version of OpenStackManager, adding project filters for all interfaces, usability fixes and a number of bug fixes. [...]</p>
<img src="http://feeds.feedburner.com/~r/CommentsForRyanLanesBlog/~4/JW4wkepbxqM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://ryandlane.com/blog/2012/04/06/openstackmanager-1-4-released/comment-page-1/#comment-4187</feedburner:origLink></item>
	<item>
		<title>Comment on OpenStackManager 1.4 released by Wikimedia engineering April 2012 report — Wikimedia blog</title>
		<link>http://feedproxy.google.com/~r/CommentsForRyanLanesBlog/~3/kHOyHOaKWt8/</link>
		<dc:creator>Wikimedia engineering April 2012 report — Wikimedia blog</dc:creator>
		<pubDate>Fri, 04 May 2012 14:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://ryandlane.com/blog/?p=506#comment-4185</guid>
		<description>[...] Labs [?] — A new version of OpenStackManager was released, adding project filters for all interfaces, usability fixes and a number of bug fixes. [...]</description>
		<content:encoded><![CDATA[<p>[...] Labs [?] — A new version of OpenStackManager was released, adding project filters for all interfaces, usability fixes and a number of bug fixes. [...]</p>
<img src="http://feeds.feedburner.com/~r/CommentsForRyanLanesBlog/~4/kHOyHOaKWt8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://ryandlane.com/blog/2012/04/06/openstackmanager-1-4-released/comment-page-1/#comment-4185</feedburner:origLink></item>
	<item>
		<title>Comment on Must have and promising extensions for a corporate MediaWiki instance by Ryan Lane</title>
		<link>http://feedproxy.google.com/~r/CommentsForRyanLanesBlog/~3/3gXN7lJNN3E/</link>
		<dc:creator>Ryan Lane</dc:creator>
		<pubDate>Fri, 27 Apr 2012 02:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://ryandlane.com/wprdl/?p=72#comment-4180</guid>
		<description>I've seen it, but never tried using it. I just use stock MediaWiki and add extensions as necessary.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen it, but never tried using it. I just use stock MediaWiki and add extensions as necessary.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForRyanLanesBlog/~4/3gXN7lJNN3E" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://ryandlane.com/blog/2009/05/15/must-have-and-promising-extensions-for-a-coporate-mediawiki-instance/comment-page-1/#comment-4180</feedburner:origLink></item>
	<item>
		<title>Comment on Must have and promising extensions for a corporate MediaWiki instance by Richard Heigl</title>
		<link>http://feedproxy.google.com/~r/CommentsForRyanLanesBlog/~3/LcAB1dZ9Fq0/</link>
		<dc:creator>Richard Heigl</dc:creator>
		<pubDate>Thu, 26 Apr 2012 13:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://ryandlane.com/wprdl/?p=72#comment-4179</guid>
		<description>Hi,
do you already know this free enterprise distribution for MediaWiki:

http://www.blue-spice.org/

Could be usefull :-)

Best regards, Richard</description>
		<content:encoded><![CDATA[<p>Hi,<br />
do you already know this free enterprise distribution for MediaWiki:</p>
<p><a href="http://www.blue-spice.org/" rel="nofollow">http://www.blue-spice.org/</a></p>
<p>Could be usefull :-)</p>
<p>Best regards, Richard</p>
<img src="http://feeds.feedburner.com/~r/CommentsForRyanLanesBlog/~4/LcAB1dZ9Fq0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://ryandlane.com/blog/2009/05/15/must-have-and-promising-extensions-for-a-coporate-mediawiki-instance/comment-page-1/#comment-4179</feedburner:origLink></item>
	<item>
		<title>Comment on OpenStackManager 1.4 released by Community Weekly Review (Mar 30 – Apr 6) » The OpenStack Blog</title>
		<link>http://feedproxy.google.com/~r/CommentsForRyanLanesBlog/~3/Tgfo3NhoxjQ/</link>
		<dc:creator>Community Weekly Review (Mar 30 – Apr 6) » The OpenStack Blog</dc:creator>
		<pubDate>Fri, 06 Apr 2012 18:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://ryandlane.com/blog/?p=506#comment-4142</guid>
		<description>[...] OpenStackManager 1.4 released by Wikimedia Foundation http://ryandlane.com/blog/2012/04/06/openstackmanager-1-4-released/ [...]</description>
		<content:encoded><![CDATA[<p>[...] OpenStackManager 1.4 released by Wikimedia Foundation <a href="http://ryandlane.com/blog/2012/04/06/openstackmanager-1-4-released/" rel="nofollow">http://ryandlane.com/blog/2012/04/06/openstackmanager-1-4-released/</a> [...]</p>
<img src="http://feeds.feedburner.com/~r/CommentsForRyanLanesBlog/~4/Tgfo3NhoxjQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://ryandlane.com/blog/2012/04/06/openstackmanager-1-4-released/comment-page-1/#comment-4142</feedburner:origLink></item>
	<item>
		<title>Comment on Requiring SSL client authentication in a user friendly way in Apache by Cat Mucius</title>
		<link>http://feedproxy.google.com/~r/CommentsForRyanLanesBlog/~3/RUqaeua1oMU/</link>
		<dc:creator>Cat Mucius</dc:creator>
		<pubDate>Sat, 25 Feb 2012 13:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://ryandlane.com/blog/?p=316#comment-4090</guid>
		<description>Thanks, Ryan!

You just saved me a lot of trouble. :-)</description>
		<content:encoded><![CDATA[<p>Thanks, Ryan!</p>
<p>You just saved me a lot of trouble. :-)</p>
<img src="http://feeds.feedburner.com/~r/CommentsForRyanLanesBlog/~4/RUqaeua1oMU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://ryandlane.com/blog/2010/07/29/requiring-ssl-client-authentication-in-a-user-friendly-way-in-apache/comment-page-1/#comment-4090</feedburner:origLink></item>
</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 4/56 queries in 0.024 seconds using memcached
Object Caching 525/576 objects using memcached

Served from: ryandlane.com @ 2012-05-15 08:50:17 -->

