<?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"
	>
<channel>
	<title>Comments on: MediaWiki: HttpAuth Plugin</title>
	<atom:link href="http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/</link>
	<description>Just another Blog.mozilla.com weblog</description>
	<pubDate>Sat, 22 Nov 2008 12:37:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Rainer Seifert</title>
		<link>http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/#comment-149</link>
		<dc:creator>Rainer Seifert</dc:creator>
		<pubDate>Wed, 18 Jun 2008 22:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/#comment-149</guid>
		<description>Hi oremj,

your HTTPAuth PLugin looks similar to an extention I'm desparetly looking for.

What I want is:
Poeple log onto our password protected customer site. From there, there is a link to mediawiki. I would like, that those people get auto logined to the wiki site with the same username. No need to press the login button and type in username and password. They have already done it. Actually they didn't, they got autologined via our desktop software into our customer web site.

Is that possible? And can your code be adjusted to that? 

To be honest. I am familiar with PHP. But to adjust your mediawiki extention for my purpose is far too challenging for me. Additionally, I'm willing to pay for your help and support in this subject. Please contact me. You should have my email address.

Thanks a lot in advance.
Greetings
Rainer</description>
		<content:encoded><![CDATA[<p>Hi oremj,</p>
<p>your HTTPAuth PLugin looks similar to an extention I&#8217;m desparetly looking for.</p>
<p>What I want is:<br />
Poeple log onto our password protected customer site. From there, there is a link to mediawiki. I would like, that those people get auto logined to the wiki site with the same username. No need to press the login button and type in username and password. They have already done it. Actually they didn&#8217;t, they got autologined via our desktop software into our customer web site.</p>
<p>Is that possible? And can your code be adjusted to that? </p>
<p>To be honest. I am familiar with PHP. But to adjust your mediawiki extention for my purpose is far too challenging for me. Additionally, I&#8217;m willing to pay for your help and support in this subject. Please contact me. You should have my email address.</p>
<p>Thanks a lot in advance.<br />
Greetings<br />
Rainer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oremj</title>
		<link>http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/#comment-148</link>
		<dc:creator>oremj</dc:creator>
		<pubDate>Thu, 29 May 2008 19:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/#comment-148</guid>
		<description>Thanks for the heads up.  You should be able to download it now.</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up.  You should be able to download it now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/#comment-147</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 29 May 2008 18:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/#comment-147</guid>
		<description>Hi Jeremiah,
Looks like PHP functionality was added to http://people.mozilla.com. 
HttpAuthPlugin.php no longer can be downloaded, returned page is blank.
Could you rename plugin extension to 'txt' or 'phps'. That should make your script available again.
Looking forward to using it.
Thanks</description>
		<content:encoded><![CDATA[<p>Hi Jeremiah,<br />
Looks like PHP functionality was added to <a href="http://people.mozilla.com" rel="nofollow">http://people.mozilla.com</a>.<br />
HttpAuthPlugin.php no longer can be downloaded, returned page is blank.<br />
Could you rename plugin extension to &#8216;txt&#8217; or &#8216;phps&#8217;. That should make your script available again.<br />
Looking forward to using it.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod</title>
		<link>http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/#comment-130</link>
		<dc:creator>Rod</dc:creator>
		<pubDate>Tue, 12 Feb 2008 07:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/#comment-130</guid>
		<description>What Michael said above I added "return true;" as the last line of authAuthenticate. It looks like, if it falls through that far, it means we have authentication.</description>
		<content:encoded><![CDATA[<p>What Michael said above I added &#8220;return true;&#8221; as the last line of authAuthenticate. It looks like, if it falls through that far, it means we have authentication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Blodgett</title>
		<link>http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/#comment-117</link>
		<dc:creator>Michael Blodgett</dc:creator>
		<pubDate>Mon, 10 Sep 2007 15:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/#comment-117</guid>
		<description>Hello Jeremiah,
I'm using MediaWiki 1.11.0rc1 on Centos5.0, I had to add a 'return 0' at the end of the autoAuthenticate function in your module.  I'm using xradius to do the http auth, everything seem to function correctly.</description>
		<content:encoded><![CDATA[<p>Hello Jeremiah,<br />
I&#8217;m using MediaWiki 1.11.0rc1 on Centos5.0, I had to add a &#8216;return 0&#8242; at the end of the autoAuthenticate function in your module.  I&#8217;m using xradius to do the http auth, everything seem to function correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/#comment-116</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Mon, 10 Sep 2007 05:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/#comment-116</guid>
		<description>Hi,

This plugin will be more flexible, if it also check for REMOTE_USER variable (when PHP_AUTH_USER doesn't exist), so that it will also work when running php as cgi.

Just a wishlist to improve the plugin capability :)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This plugin will be more flexible, if it also check for REMOTE_USER variable (when PHP_AUTH_USER doesn&#8217;t exist), so that it will also work when running php as cgi.</p>
<p>Just a wishlist to improve the plugin capability <img src='http://blog.mozilla.com/oremj/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amg1127</title>
		<link>http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/#comment-112</link>
		<dc:creator>amg1127</dc:creator>
		<pubDate>Fri, 10 Aug 2007 18:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/#comment-112</guid>
		<description>There is a security hole in the extension.

Function autoAuthenticate() should ensure the username loaded from session matches the username that was used for HTTP authentication.

If it doesn't, a user can get an account that would belong to an other previously authenticated user, because some browsers can clear HTTP authentication data without clearing the cookies.</description>
		<content:encoded><![CDATA[<p>There is a security hole in the extension.</p>
<p>Function autoAuthenticate() should ensure the username loaded from session matches the username that was used for HTTP authentication.</p>
<p>If it doesn&#8217;t, a user can get an account that would belong to an other previously authenticated user, because some browsers can clear HTTP authentication data without clearing the cookies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Korbinian Pauli</title>
		<link>http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/#comment-78</link>
		<dc:creator>Korbinian Pauli</dc:creator>
		<pubDate>Sun, 08 Apr 2007 15:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/#comment-78</guid>
		<description>Hi Ben,

I had troubles with the plugin in 1.9.3, too. Htaccess logged in fine, but in mediawiki I was not logged in. So I replaced all PHP_AUTH_USER with REMOTE_USER in HttpAuthPlugin.php and LocalSettings.php. Now everthing works fine.

Best regards,
Korbinian</description>
		<content:encoded><![CDATA[<p>Hi Ben,</p>
<p>I had troubles with the plugin in 1.9.3, too. Htaccess logged in fine, but in mediawiki I was not logged in. So I replaced all PHP_AUTH_USER with REMOTE_USER in HttpAuthPlugin.php and LocalSettings.php. Now everthing works fine.</p>
<p>Best regards,<br />
Korbinian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Herrick</title>
		<link>http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/#comment-70</link>
		<dc:creator>Ben Herrick</dc:creator>
		<pubDate>Wed, 28 Feb 2007 08:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/oremj/2007/01/29/mediawiki-httpauth-plugin/#comment-70</guid>
		<description>Hi Jeremiah,

I'm having some trouble using your HttpAuthPlugin on the latest version of MediaWiki. I get logged in with no issue, but when I try to edit a page it fails silently on submit.

I'm using MediaWiki 1.9.3. No error messages are logged anywhere that I can find, the page that I'm editing simply doesn't change.

Any idea what this might be?

Thanks!

-Ben</description>
		<content:encoded><![CDATA[<p>Hi Jeremiah,</p>
<p>I&#8217;m having some trouble using your HttpAuthPlugin on the latest version of MediaWiki. I get logged in with no issue, but when I try to edit a page it fails silently on submit.</p>
<p>I&#8217;m using MediaWiki 1.9.3. No error messages are logged anywhere that I can find, the page that I&#8217;m editing simply doesn&#8217;t change.</p>
<p>Any idea what this might be?</p>
<p>Thanks!</p>
<p>-Ben</p>
]]></content:encoded>
	</item>
</channel>
</rss>
