<?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: http-authentication 2.0</title>
	<atom:link href="http://dev.webadmin.ufl.edu/~dwc/2008/04/16/http-authentication-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.webadmin.ufl.edu/~dwc/2008/04/16/http-authentication-20/</link>
	<description>Ramblings by University of Florida Web Developer Daniel Westermann-Clark</description>
	<pubDate>Thu, 28 Aug 2008 17:24:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: dwc</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2008/04/16/http-authentication-20/#comment-28892</link>
		<dc:creator>dwc</dc:creator>
		<pubDate>Tue, 26 Aug 2008 13:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=18#comment-28892</guid>
		<description>Bret,

By all means, send me an email (my username at this site (dwc) followed by the second-level domain (ufl.edu)). I'd definitely like to work on making the plugin support WordPress MU natively.</description>
		<content:encoded><![CDATA[<p>Bret,</p>
<p>By all means, send me an email (my username at this site (dwc) followed by the second-level domain (ufl.edu)). I&#8217;d definitely like to work on making the plugin support WordPress MU natively.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bret McMillan</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2008/04/16/http-authentication-20/#comment-28871</link>
		<dc:creator>Bret McMillan</dc:creator>
		<pubDate>Mon, 25 Aug 2008 19:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=18#comment-28871</guid>
		<description>I've been doing some wordpress-mu work lately, prepping it for inclusion in Fedora and internal usage.  I've hacked up a version that works for our purposes, and would like to discuss whether we can make your code natively support either wp or wpmu.

Cheers!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been doing some wordpress-mu work lately, prepping it for inclusion in Fedora and internal usage.  I&#8217;ve hacked up a version that works for our purposes, and would like to discuss whether we can make your code natively support either wp or wpmu.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dwc</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2008/04/16/http-authentication-20/#comment-26920</link>
		<dc:creator>dwc</dc:creator>
		<pubDate>Thu, 10 Jul 2008 13:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=18#comment-26920</guid>
		<description>@rbroemeling: Thanks for the patch! I've applied it to trunk:

http://dev.wp-plugins.org/changeset/54145</description>
		<content:encoded><![CDATA[<p>@rbroemeling: Thanks for the patch! I&#8217;ve applied it to trunk:</p>
<p><a href="http://dev.wp-plugins.org/changeset/54145" rel="nofollow">http://dev.wp-plugins.org/changeset/54145</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rbroemeling</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2008/04/16/http-authentication-20/#comment-26899</link>
		<dc:creator>rbroemeling</dc:creator>
		<pubDate>Wed, 09 Jul 2008 18:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=18#comment-26899</guid>
		<description>I'm using the HTTP authentication plugin on a combined blog/mail server.  It works great, and it lets me pull the user management into a single place.  Thanks for the tool!

The one thing that I needed to change was the $email_domain.  On my server, the user name is a full e-mail address (i.e. login is 'user@example.com'), so appending '@$email_domain' to it actually corrupts the e-mail address.

What I ended up doing is leaving $email_domain blank, and then changing the wp_create_user call in http-authentication.php (line 139) to be:

"wp_create_user($username, $password, $username . ($email_domain ? '@' . $email_domain : ''));"

This little one-line fix made the HTTP authentication plugin do exactly what I wanted it to... I think it is probably non-intrusive enough to be folded into the main distribution as well?

Anyway, thanks for a great plugin.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the HTTP authentication plugin on a combined blog/mail server.  It works great, and it lets me pull the user management into a single place.  Thanks for the tool!</p>
<p>The one thing that I needed to change was the $email_domain.  On my server, the user name is a full e-mail address (i.e. login is &#8216;user@example.com&#8217;), so appending &#8216;@$email_domain&#8217; to it actually corrupts the e-mail address.</p>
<p>What I ended up doing is leaving $email_domain blank, and then changing the wp_create_user call in http-authentication.php (line 139) to be:</p>
<p>&#8220;wp_create_user($username, $password, $username . ($email_domain ? &#8216;@&#8217; . $email_domain : &#8221;));&#8221;</p>
<p>This little one-line fix made the HTTP authentication plugin do exactly what I wanted it to&#8230; I think it is probably non-intrusive enough to be folded into the main distribution as well?</p>
<p>Anyway, thanks for a great plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flavien</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2008/04/16/http-authentication-20/#comment-26701</link>
		<dc:creator>Flavien</dc:creator>
		<pubDate>Fri, 04 Jul 2008 13:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=18#comment-26701</guid>
		<description>Took me some time, but I've posted a patched version that apparently works:

&lt;a href="http://www.cyann.net/2008/07/04/wordpress-mu-http-authentication/" rel="nofollow"&gt;WordPress MU: plugin d’authentification HTTP&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Took me some time, but I&#8217;ve posted a patched version that apparently works:</p>
<p><a href="http://www.cyann.net/2008/07/04/wordpress-mu-http-authentication/" rel="nofollow">WordPress MU: plugin d’authentification HTTP</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress MU: plugin d&#8217;authentification HTTP - Cyann</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2008/04/16/http-authentication-20/#comment-26700</link>
		<dc:creator>WordPress MU: plugin d&#8217;authentification HTTP - Cyann</dc:creator>
		<pubDate>Fri, 04 Jul 2008 12:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=18#comment-26700</guid>
		<description>[...] mélangé de Daniel Westermann-Clark et Simon [...]</description>
		<content:encoded><![CDATA[<p>[...] mélangé de Daniel Westermann-Clark et Simon [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flavien</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2008/04/16/http-authentication-20/#comment-26586</link>
		<dc:creator>Flavien</dc:creator>
		<pubDate>Tue, 01 Jul 2008 13:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=18#comment-26586</guid>
		<description>@Rod: Same issue here.

I'm trying to merge the code together, but I'm not fluent in PHP. Has anyone done the grunt work and have something that I could test? I'll happily beta-test it.

Thanks for you work!</description>
		<content:encoded><![CDATA[<p>@Rod: Same issue here.</p>
<p>I&#8217;m trying to merge the code together, but I&#8217;m not fluent in PHP. Has anyone done the grunt work and have something that I could test? I&#8217;ll happily beta-test it.</p>
<p>Thanks for you work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dwc</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2008/04/16/http-authentication-20/#comment-25738</link>
		<dc:creator>dwc</dc:creator>
		<pubDate>Wed, 18 Jun 2008 18:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=18#comment-25738</guid>
		<description>@Rod: I haven't used MU, to be honest. I assume that MU has different functions for getting and setting options, since they could be site specified.

Someone previously updated the plugin to work with MU:

http://orthrus.blogspot.com/2008/01/http-authentication-for-wordpress-mu.html

But I have not had a chance to talk with him and try to incorporate the changes into the main plugin. Let me know if you find out anything more!</description>
		<content:encoded><![CDATA[<p>@Rod: I haven&#8217;t used MU, to be honest. I assume that MU has different functions for getting and setting options, since they could be site specified.</p>
<p>Someone previously updated the plugin to work with MU:</p>
<p><a href="http://orthrus.blogspot.com/2008/01/http-authentication-for-wordpress-mu.html" rel="nofollow">http://orthrus.blogspot.com/2008/01/http-authentication-for-wordpress-mu.html</a></p>
<p>But I have not had a chance to talk with him and try to incorporate the changes into the main plugin. Let me know if you find out anything more!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2008/04/16/http-authentication-20/#comment-25734</link>
		<dc:creator>Rod</dc:creator>
		<pubDate>Wed, 18 Jun 2008 18:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=18#comment-25734</guid>
		<description>Hi -- I've installed http-authentication 2.0 with the latest version of WordPressMU and it _mostly_ works well. The only aspect that is not working is setting the options:

Logout URL
Automatically create accounts
Email address domain

Making a change to these fields gives me  the message:

Are you sure you want to do this?
Please try again.

The changed options never get stored.  Needless to say, trying again does not work. Anyone else see this issue?

Thanks for producing a great plugin!</description>
		<content:encoded><![CDATA[<p>Hi &#8212; I&#8217;ve installed http-authentication 2.0 with the latest version of WordPressMU and it _mostly_ works well. The only aspect that is not working is setting the options:</p>
<p>Logout URL<br />
Automatically create accounts<br />
Email address domain</p>
<p>Making a change to these fields gives me  the message:</p>
<p>Are you sure you want to do this?<br />
Please try again.</p>
<p>The changed options never get stored.  Needless to say, trying again does not work. Anyone else see this issue?</p>
<p>Thanks for producing a great plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2008/04/16/http-authentication-20/#comment-25518</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Mon, 16 Jun 2008 15:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=18#comment-25518</guid>
		<description>Hi,

I adapted your plugin for Active Directory.  I don't see your email listed, so I'm leaving a note here.  

I really have no idea what the proper etiquette is when one modifies software as such, but in any case, thank you very much for this plugin.  It was enormously helpful.  WordPress's documentation was not particularly helpful, and the references to non-existent code within WordPress (e.g. wp-signon) seemed daunting.  Using HTTP Authentication as a base, it was very easy to extend for AD authentication.  (I've sent a submission to wordpress.org so others can use this.)

Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I adapted your plugin for Active Directory.  I don&#8217;t see your email listed, so I&#8217;m leaving a note here.  </p>
<p>I really have no idea what the proper etiquette is when one modifies software as such, but in any case, thank you very much for this plugin.  It was enormously helpful.  WordPress&#8217;s documentation was not particularly helpful, and the references to non-existent code within WordPress (e.g. wp-signon) seemed daunting.  Using HTTP Authentication as a base, it was very easy to extend for AD authentication.  (I&#8217;ve sent a submission to wordpress.org so others can use this.)</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
