<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LineNet.org &#187; ProFTPd</title>
	<atom:link href="http://linenet.org/tag/proftpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://linenet.org</link>
	<description>Заметки системного администратора</description>
	<lastBuildDate>Sat, 17 Jul 2010 09:28:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Настройка ProFTPd с авторизацией MySQL</title>
		<link>http://linenet.org/2009/04/configure-proftpd-with-authorize-mysql/</link>
		<comments>http://linenet.org/2009/04/configure-proftpd-with-authorize-mysql/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 07:14:11 +0000</pubDate>
		<dc:creator>Администратор</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Серверное ПО]]></category>
		<category><![CDATA[ProFTPd]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linenet.org/?p=94</guid>
		<description><![CDATA[Настраиваем ProFTPd на хранение пользователей в базе данных MySQL. По мотивам http://www.opennet.ru/base/net/virtual_proftpd_2.txt.html Настройку анонимного доступа я делать не стал т.к. мне это не нужно. Для начала создадим базу данных ftp и пользователя MySql &#8211; proftpd. mysql -u root -p create database ftp; GRANT SELECT, INSERT, UPDATE, DELETE ON ftp.* TO 'proftpd'@'localhost' IDENTIFIED BY 'password'; GRANT [...]]]></description>
		<wfw:commentRss>http://linenet.org/2009/04/configure-proftpd-with-authorize-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
