<?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 for dwc's Development Blog</title>
	<atom:link href="http://dev.webadmin.ufl.edu/~dwc/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.webadmin.ufl.edu/~dwc</link>
	<description>Ramblings by University of Florida Web Developer Daniel Westermann-Clark</description>
	<pubDate>Thu, 28 Aug 2008 17:08:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Comment on http-authentication 2.0 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>Comment on http-authentication 2.0 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>Comment on ical-events 1.9 by Jawker</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2007/01/01/ical-events-19/#comment-28287</link>
		<dc:creator>Jawker</dc:creator>
		<pubDate>Mon, 11 Aug 2008 16:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=15#comment-28287</guid>
		<description>hello,

i can’t seem to delete the cache folder from my server.. any help?

Cheers,
Joseph</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>i can’t seem to delete the cache folder from my server.. any help?</p>
<p>Cheers,<br />
Joseph</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iCal Events Plugin by Jawker</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2005/03/10/ical-events-plugin/#comment-28208</link>
		<dc:creator>Jawker</dc:creator>
		<pubDate>Sat, 09 Aug 2008 11:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=6#comment-28208</guid>
		<description>hello,

i can't seem to delete the cache folder from my server.. any help?

Cheers,
Joseph</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>i can&#8217;t seem to delete the cache folder from my server.. any help?</p>
<p>Cheers,<br />
Joseph</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on http-authentication 2.0 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>Comment on http-authentication 2.0 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>Comment on http-authentication 2.0 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>Comment on http-authentication 2.0 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>Comment on http-authentication 2.0 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>Comment on http-authentication 2.0 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>
</channel>
</rss>
