天下网吧 >> 网吧天地 >> 网吧技术 >> 网吧系统 >> 正文

新手学堂:Linux操作系统下安装ProFTPD

2008-4-8赛迪网佚名
 

1.配置运行ProFTPD的方法

ServerType inetd

# Set the user and group that the server normally runs at.

User nobody

Group nobody

如果ServerType选择了inetd,/etc/init.d/proftpd start,就会报错,因为你选择了inetd运行。

ProFTPd warning: cannot start neither in standalone nor in inetd/xinetd mode. Check your configuration.

若要手动执行ProFTPD, 要把 ServerType 设成 standalone才行。

2.NIS认证

/etc/nsswitch.conf 必须有nis服务

# Users require a valid shell listed in /etc/shells to login.

# Use this directive to release that constrain.

# RequireValidShells off

必须把NIS Sever传过来的shell信息/usr/local/bin/bash,放在/etc/shells列表才行,否则视为invalid shell。

另外,也可以在/etc/passwd文件中的对应shell的那个field直接进行修改为/bin/bash,则忽略远端传过来的shell信息。

还有一个很重要的设置,

# Uncomment this if you are using NIS or LDAP to retrieve passwords:

PersistentPasswd off

PersistentPasswd 如果设置为on,就只检查/etc/passwd里面的user account,不要用uncomment,要用上述语句,切记!

3. xinet启动ProFTPD

# Set the user and group that the server normally runs at.

User root

Group root

建立/etc/xinetd.d/proftpd,然后编辑如下内容。

service ftp

{

disable = no

flags =REUSE

socket_type = stream

wait = no

user = root

server = /usr/sbin/proftpd

server_args = -c /etc/proftpd/proftpd.conf

log_on_success += DURATION USERID

log_on_failure += USERID

}

保存之后,chmod +x proftpd

Everything gonna be alright!

转载地址:http://tech.ccidnet.com/art/302/20071227/1324061_1.html

欢迎访问最专业的网吧论坛,无盘论坛,网吧经营,网咖管理,网吧专业论坛https://bbs.txwb.com

关注天下网吧微信,了解网吧网咖经营管理,安装维护:


本文来源:赛迪网 作者:佚名

声明
本文来源地址:0
声明:本站所发表的文章、评论及图片仅代表作者本人观点,与本站立场无关。若文章侵犯了您的相关权益,请及时与我们联系,我们会及时处理,感谢您对本站的支持!联系Email:support@txwb.com.,本站所有有注明来源为天下网吧或天下网吧论坛的原创作品,各位转载时请注明来源链接!
天下网吧·网吧天下
  • 本周热门
  • 本月热门
  • 阅读排行