<?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/"
> <channel><title>Comments on: Linux / UNIX generate htpasswd to store username and password with htpasswd command</title> <atom:link href="http://www.cyberciti.biz/faq/create-update-user-authentication-files/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/create-update-user-authentication-files/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Rick</title><link>http://www.cyberciti.biz/faq/create-update-user-authentication-files/#comment-43837</link> <dc:creator>Rick</dc:creator> <pubDate>Fri, 25 Sep 2009 17:17:40 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/create-update-user-authentication-files/#comment-43837</guid> <description>Hello-
Before I spend hours trying to figure this out, can someone tell me if it&#039;s possible to read a plain text file consisting of usernames &amp; passwords, encrypt the passwords, and the write the usernames &amp; &quot;encrypted passwords&quot; to a .htpassword file all from within a shellscript that can be run from a daily cronjob?
Any help, advice, suggestions are greatly appreciated...
Thanks, Rick</description> <content:encoded><![CDATA[<p>Hello-<br
/> Before I spend hours trying to figure this out, can someone tell me if it&#8217;s possible to read a plain text file consisting of usernames &amp; passwords, encrypt the passwords, and the write the usernames &amp; &#8220;encrypted passwords&#8221; to a .htpassword file all from within a shellscript that can be run from a daily cronjob?<br
/> Any help, advice, suggestions are greatly appreciated&#8230;<br
/> Thanks, Rick</p> ]]></content:encoded> </item> <item><title>By: James Dalgarno</title><link>http://www.cyberciti.biz/faq/create-update-user-authentication-files/#comment-42684</link> <dc:creator>James Dalgarno</dc:creator> <pubDate>Thu, 23 Jul 2009 08:16:25 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/create-update-user-authentication-files/#comment-42684</guid> <description>Thanks Vivek Gite for the info
Thanks Max Johnson for the additional clarity as I may have ended up having a hell of a job trying to find out what was in the original file :)
Cheers
Dal</description> <content:encoded><![CDATA[<p>Thanks Vivek Gite for the info</p><p>Thanks Max Johnson for the additional clarity as I may have ended up having a hell of a job trying to find out what was in the original file :)</p><p>Cheers<br
/> Dal</p> ]]></content:encoded> </item> <item><title>By: Max Johnson</title><link>http://www.cyberciti.biz/faq/create-update-user-authentication-files/#comment-40268</link> <dc:creator>Max Johnson</dc:creator> <pubDate>Fri, 13 Feb 2009 06:43:59 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/create-update-user-authentication-files/#comment-40268</guid> <description>CAUTION: If you use the -c parameter to add a new user, it will start the whole .htpaswd file from scratch, wiping any previous users/passwords.
To add more users to an existing .htpasswd file, be sure to leave out the -c.
Just a heads up, as I don&#039;t think this was defined clearly enough in the article, and caused me about 5 minutes of &#039;fun&#039; just before :P</description> <content:encoded><![CDATA[<p>CAUTION: If you use the -c parameter to add a new user, it will start the whole .htpaswd file from scratch, wiping any previous users/passwords.</p><p>To add more users to an existing .htpasswd file, be sure to leave out the -c.</p><p>Just a heads up, as I don&#8217;t think this was defined clearly enough in the article, and caused me about 5 minutes of &#8216;fun&#8217; just before :P</p> ]]></content:encoded> </item> <item><title>By: Hari Karam Singh</title><link>http://www.cyberciti.biz/faq/create-update-user-authentication-files/#comment-38613</link> <dc:creator>Hari Karam Singh</dc:creator> <pubDate>Fri, 22 Aug 2008 10:50:19 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/create-update-user-authentication-files/#comment-38613</guid> <description>FYI, I just had an issue where htpasswd&#039;s folder wasn&#039;t in the path.  Instead it was in
/usr/local/apache/bin/
So I just added an alias to .bashrc:
alias htpasswd=&quot;/usr/local/apache/bin/htpasswd&quot;</description> <content:encoded><![CDATA[<p>FYI, I just had an issue where htpasswd&#8217;s folder wasn&#8217;t in the path.  Instead it was in</p><p>/usr/local/apache/bin/</p><p>So I just added an alias to .bashrc:</p><p>alias htpasswd=&#8221;/usr/local/apache/bin/htpasswd&#8221;</p> ]]></content:encoded> </item> </channel> </rss>
