国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 數(shù)據(jù)庫 > MySQL > 正文

PureFTP借助MySQL實(shí)現(xiàn)用戶身份驗(yàn)證的操作教程

2024-07-24 12:45:09
字體:
供稿:網(wǎng)友

pureftp集成mysql身份驗(yàn)證是將ftp用戶信息保存到mysql數(shù)據(jù)庫中,這樣可以對大量的ftp服務(wù)器做集中管理,對用戶帳號的維護(hù)只要通過mysql的操作就可以完成。

一、下載pureftp源代碼,并確定mysql已經(jīng)安裝好

tar zxvf pure-ftpd-1.0.20.tar.gz cd pure-ftpd-1.0.20./configure --prefix=/usr/local/pureftpd /--with-cookie /--with-throttling /--with-ratios /--with-quotas /--with-sysquotas /--with-uploadscript /--with-virtualhosts /--with-virtualchroot /--with-virtualchroot /--with-diraliases /--with-peruserlimits /--with-language=simplified-chinese /--with-mysql=/usr/local/mysql /--with-paranoidmsg /--with-altlogmakemake checkmake installmkdir -m 777 /usr/local/pureftpd/etccp pureftpd-mysql.conf /usr/local/pureftpd/etc/pureftpd-mysql.confcp configuration-file /pure-ftpd.conf /usr/local/pureftpd/etc/pure-ftpd.confcp configuration-file/pure-config.pl /usr/local/pureftpd/bin/pure-config.pl

注意    –prefix=/usr/local/pureftpd 參數(shù)指定了pureftpd的安裝路徑 –with-mysql=/usr/local/mysql 參數(shù)指定了mysql的安裝路徑 –with-language=simplified-chinese 參數(shù)指定了服務(wù)器返回信息使用的語言

添加pureftpd為系統(tǒng)服務(wù)

# cp contrib/redhat.init /etc/init.d/pureftpd# vi /etc/init.d/pureftpd

修改18/19行

fullpath=/usr/local/sbin/$progpureftpwho=/usr/local/sbin/pure-ftpwho

為:

fullpath=/usr/local/pureftpd/sbin/$progpureftpwho=/usr/local/pureftpd/sbin/pure-ftpwho

修改24行

$fullpath /etc/pure-ftpd.conf --daemonize

為 

$fullpath /usr/local/pureftpd/etc/pure-ftpd.conf --daemonize# chmod 755 /etc/init.d/pureftpd# chkconfig --add pureftpd# chkconfig pureftpd on

修改配置文件

# vi /usr/local/pureftpd/etc/pure-ftpd.conf

其中可以修改最大連接數(shù)、空閑時間等,詳細(xì)介紹見http://everspring.blog.51cto.com/497193/104618
其中有幾項(xiàng)要修改:

chrootEveryone              yes  限定在自己的家目錄 NoAnonymous                yes  不允許匿名登錄 Bind                      127.0.0.1,21        監(jiān)聽本機(jī)回環(huán) <可選> Bind                      192.168.0.254,21    監(jiān)聽本機(jī)IP  <自行添加的,非必須> CreateHomeDir              yes  允許用戶登錄后自動創(chuàng)建家目錄  <必須>  
發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 全州县| 汝城县| 浪卡子县| 锡林郭勒盟| 溆浦县| 石嘴山市| 来安县| 泽库县| 红原县| 房产| 石棉县| 肥东县| 安岳县| 行唐县| 锡林浩特市| 措美县| 宁蒗| 房山区| 肃宁县| 开封市| 喀喇沁旗| 久治县| 梓潼县| 乳源| 南澳县| 合水县| 东乌| 阜阳市| 巩义市| 左权县| 南漳县| 隆德县| 资阳市| 买车| 上高县| 六盘水市| 彰化县| 那曲县| 安仁县| 襄垣县| 江源县|