<?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: Setup of VSFTPD virtual users</title>
	<atom:link href="http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/</link>
	<description>Just for Fun</description>
	<lastBuildDate>Thu, 29 Dec 2011 20:36:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: CS &#38; IT Solutions &#187; Blog Archive &#187; how to Setup of VSFTPD with virtual users</title>
		<link>http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/comment-page-1/#comment-6457</link>
		<dc:creator>CS &#38; IT Solutions &#187; Blog Archive &#187; how to Setup of VSFTPD with virtual users</dc:creator>
		<pubDate>Mon, 17 Oct 2011 10:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/#comment-6457</guid>
		<description>[...] Source Here [...]</description>
		<content:encoded><![CDATA[<p>[...] Source Here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/comment-page-1/#comment-6138</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 05 Aug 2011 15:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/#comment-6138</guid>
		<description>Hi 

it worked for me but how can i combine this with SSL ?


thanks</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>it worked for me but how can i combine this with SSL ?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ftp login problem</title>
		<link>http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/comment-page-1/#comment-5952</link>
		<dc:creator>Ftp login problem</dc:creator>
		<pubDate>Mon, 11 Jul 2011 04:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/#comment-5952</guid>
		<description>[...]  Do you have a firewall blocking those ports?   I tried what was in your other post and this one, http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/, and that was what my first problem [...]</description>
		<content:encoded><![CDATA[<p>[...]  Do you have a firewall blocking those ports?   I tried what was in your other post and this one, <a href="http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/" rel="nofollow">http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/</a>, and that was what my first problem [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LHIX</title>
		<link>http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/comment-page-1/#comment-5560</link>
		<dc:creator>LHIX</dc:creator>
		<pubDate>Thu, 19 May 2011 15:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/#comment-5560</guid>
		<description>Found the issue - When I copied the configuration from Step 3, there was a return between &quot;specifies a home directory&quot; and &quot;for each virtual user&quot;.

Also, on Step 4, I found I needed to use the switch &quot;-p&quot; to create the directory.

Thanks</description>
		<content:encoded><![CDATA[<p>Found the issue &#8211; When I copied the configuration from Step 3, there was a return between &#8220;specifies a home directory&#8221; and &#8220;for each virtual user&#8221;.</p>
<p>Also, on Step 4, I found I needed to use the switch &#8220;-p&#8221; to create the directory.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandajian</title>
		<link>http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/comment-page-1/#comment-5552</link>
		<dc:creator>sandajian</dc:creator>
		<pubDate>Wed, 18 May 2011 03:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/#comment-5552</guid>
		<description>It seems your config file has some error, did you mis-delete the first &#039;#&#039; in the first line beblow?

# specifies a home directory for each virtual user
user_sub_token=$USER
local_root=/var/www/virtual/$USER</description>
		<content:encoded><![CDATA[<p>It seems your config file has some error, did you mis-delete the first &#8216;#&#8217; in the first line beblow?</p>
<p># specifies a home directory for each virtual user<br />
user_sub_token=$USER<br />
local_root=/var/www/virtual/$USER</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LHIX</title>
		<link>http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/comment-page-1/#comment-5546</link>
		<dc:creator>LHIX</dc:creator>
		<pubDate>Tue, 17 May 2011 21:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/#comment-5546</guid>
		<description>I have followed these instructions Steps  1 through 4.  When I try step 5, I get &quot;500 OOPS: missing value in config file for: for each virtual user&quot;.  I&#039;m using CentOS 5.6.  I have removed vsftpd, rebooted and reinstalled.  Again, I get the same message when trying to start vsftpd (Step 5).  I copied the entire config text from Step 3 without making changes..  

Yes, I am a NOOB.  Please Advise.</description>
		<content:encoded><![CDATA[<p>I have followed these instructions Steps  1 through 4.  When I try step 5, I get &#8220;500 OOPS: missing value in config file for: for each virtual user&#8221;.  I&#8217;m using CentOS 5.6.  I have removed vsftpd, rebooted and reinstalled.  Again, I get the same message when trying to start vsftpd (Step 5).  I copied the entire config text from Step 3 without making changes..  </p>
<p>Yes, I am a NOOB.  Please Advise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Setup of VSFTPD virtual users - another approach &#124; Linux for Fun</title>
		<link>http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/comment-page-1/#comment-5319</link>
		<dc:creator>Setup of VSFTPD virtual users - another approach &#124; Linux for Fun</dc:creator>
		<pubDate>Tue, 12 Apr 2011 02:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/#comment-5319</guid>
		<description>[...] my last article, I described how to setup VSFTPD virtual users. In this article, I will describe another approach [...]</description>
		<content:encoded><![CDATA[<p>[...] my last article, I described how to setup VSFTPD virtual users. In this article, I will describe another approach [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CentOS 5.5 vsftpd virtual users with pam_passwdfile, 530 login incorrect</title>
		<link>http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/comment-page-1/#comment-4056</link>
		<dc:creator>CentOS 5.5 vsftpd virtual users with pam_passwdfile, 530 login incorrect</dc:creator>
		<pubDate>Sun, 14 Nov 2010 23:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/#comment-4056</guid>
		<description>[...]  Why mess with pam? You can use the scripts provided here to setup virtual users,  or follow this howto if you prefer a more hands-on experience.  [...]</description>
		<content:encoded><![CDATA[<p>[...]  Why mess with pam? You can use the scripts provided here to setup virtual users,  or follow this howto if you prefer a more hands-on experience.  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mariusz Nowak</title>
		<link>http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/comment-page-1/#comment-3503</link>
		<dc:creator>Mariusz Nowak</dc:creator>
		<pubDate>Fri, 12 Mar 2010 11:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/#comment-3503</guid>
		<description>Is there anyway to have domain centric authentication ?
So domains example1.com and example2.com will have different users ?</description>
		<content:encoded><![CDATA[<p>Is there anyway to have domain centric authentication ?<br />
So domains example1.com and example2.com will have different users ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steen</title>
		<link>http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/comment-page-1/#comment-3091</link>
		<dc:creator>Steen</dc:creator>
		<pubDate>Sun, 07 Feb 2010 10:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://linuxforfun.net/2008/04/05/vsftpd-virtual-users/#comment-3091</guid>
		<description>I get this error when starting the ftp server:
500 OOPS: could not bind listening IPv4 socket

Can anyone help?</description>
		<content:encoded><![CDATA[<p>I get this error when starting the ftp server:<br />
500 OOPS: could not bind listening IPv4 socket</p>
<p>Can anyone help?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

