<?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/"
	xmlns:series="http://organizeseries.com/"
		>
<channel>
	<title>Comments on: How-To: Apache2 authentication using MySQL backend &#8212; page 2</title>
	<atom:link href="http://www.debuntu.org/how-to-apache2-authentication-using-mysql-backend-page-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.debuntu.org/how-to-apache2-authentication-using-mysql-backend-page-2/</link>
	<description>Debian/Ubuntu Tips and Tricks</description>
	<lastBuildDate>Fri, 24 May 2013 00:08:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: chantra</title>
		<link>http://www.debuntu.org/how-to-apache2-authentication-using-mysql-backend-page-2/#comment-22758</link>
		<dc:creator>chantra</dc:creator>
		<pubDate>Wed, 02 Jan 2013 21:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.debuntu.org/?p=669#comment-22758</guid>
		<description><![CDATA[Post updated, tks]]></description>
		<content:encoded><![CDATA[<p>Post updated, tks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marwan Tanager</title>
		<link>http://www.debuntu.org/how-to-apache2-authentication-using-mysql-backend-page-2/#comment-21741</link>
		<dc:creator>Marwan Tanager</dc:creator>
		<pubDate>Wed, 02 Jan 2013 08:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.debuntu.org/?p=669#comment-21741</guid>
		<description><![CDATA[Good point. Forgetting -n actually costed me a lot of time trying to find out what&#039;s wrong. Thanks]]></description>
		<content:encoded><![CDATA[<p>Good point. Forgetting -n actually costed me a lot of time trying to find out what&#8217;s wrong. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Got</title>
		<link>http://www.debuntu.org/how-to-apache2-authentication-using-mysql-backend-page-2/#comment-4254</link>
		<dc:creator>Got</dc:creator>
		<pubDate>Tue, 18 Dec 2012 14:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.debuntu.org/?p=669#comment-4254</guid>
		<description><![CDATA[Just a small issue, echo &quot;password&quot; give a linebreak which make the sha1sum wrong.
To have the good sha1sum, you need to add -n command to echo
echo -n &#039;password&#039; &#124;sha1sum
5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8  -
thus, the SHA1 encrypted version of password password is 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8 and not c8fed00eb2e87f1cee8e90ebbe870c190ac3848c!]]></description>
		<content:encoded><![CDATA[<p>Just a small issue, echo &#8220;password&#8221; give a linebreak which make the sha1sum wrong.</p>
<p>To have the good sha1sum, you need to add -n command to echo </p>
<p>echo -n &#8216;password&#8217; |sha1sum<br />
5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8  -</p>
<p>thus, the SHA1 encrypted version of password password is 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8 and not c8fed00eb2e87f1cee8e90ebbe870c190ac3848c!</p>
]]></content:encoded>
	</item>
</channel>
</rss>