免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1715 | 回复: 5
打印 上一主题 下一主题

[FTP] [问题]PROFTPD+MYSQL启动后无法通过验证模块。 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-09-07 06:28 |只看该作者 |倒序浏览
只要带上MYSQL模块启动,就无法通过验证模块。
这试什么问题? 麻烦做过的朋友帮我一下。谢谢。

下面是PROFTPD的调试信息。
   
bs.localhost - Config for ProFTPD Default Installation:
bs.localhost - ~ftp/
bs.localhost -  Limit
bs.localhost -   DenyAll
bs.localhost -  UserName
bs.localhost -  GroupName
bs.localhost -  UserAlias
bs.localhost -  MaxClients
bs.localhost -  DisplayLogin
bs.localhost -  DisplayFirstChdir
bs.localhost -  Umask
bs.localhost -  SQLAuthenticate
bs.localhost -  SQLConnectInfo
bs.localhost -  SQLAuthTypes
bs.localhost -  RequireValidShell
bs.localhost - /
bs.localhost -  AllowOverwrite
bs.localhost -  Umask
bs.localhost -  SQLAuthenticate
bs.localhost -  SQLConnectInfo
bs.localhost -  SQLAuthTypes
bs.localhost -  RequireValidShell
bs.localhost - DefaultServer
bs.localhost - Umask
bs.localhost - SQLAuthenticate
bs.localhost - SQLConnectInfo
bs.localhost - SQLAuthTypes
bs.localhost - SQLUserTable
bs.localhost - SQLUsernameField
bs.localhost - SQLPasswordField
bs.localhost - SQLUidField
bs.localhost - SQLGidField
bs.localhost - SQLHomedirField
bs.localhost - RequireValidShell
bs.localhost - UserID
bs.localhost - UserName
bs.localhost - GroupID
bs.localhost - GroupName
bs.localhost - DefaultRoot
bs.localhost - ProFTPD 1.2.9rc1 (devel) (built Sun Sep 7 04:44:48 CST 2003) standalone mode STARTUP
bs.localhost (192.168.1.25[192.168.1.25]) - connected - local  : 192.168.1.50:21
bs.localhost (192.168.1.25[192.168.1.25]) - connected - remote : 192.168.1.25:3418
bs.localhost (192.168.1.25[192.168.1.25]) - FTP session opened.
bs.localhost (192.168.1.25[192.168.1.25]) - dispatching PRE_CMD command 'USER test' to mod_core
bs.localhost (192.168.1.25[192.168.1.25]) - dispatching PRE_CMD command 'USER test' to mod_core
bs.localhost (192.168.1.25[192.168.1.25]) - dispatching PRE_CMD command 'USER test' to mod_auth
bs.localhost (192.168.1.25[192.168.1.25]) - dispatching CMD command 'USER test' to mod_auth
bs.localhost (192.168.1.25[192.168.1.25]) - FTP session closed.



下面是PROFTPD的初步配置
SQLConnectInfo proftpd@localhost:3306 root xxxxxx     
SQLAuthTypes Plaintext
SQLUserInfo FTPUSERS userid passwd uid gid homedir NULL
RequireValidShell off
SQLAuthenticate users groups usersetfast groupsetfast

论坛徽章:
0
2 [报告]
发表于 2003-09-07 20:24 |只看该作者

[问题]PROFTPD+MYSQL启动后无法通过验证模块。

用PUREFTPD.吧。它可以同时支持四种认证。
我比较喜欢LDAP

论坛徽章:
0
3 [报告]
发表于 2003-09-07 23:12 |只看该作者

[问题]PROFTPD+MYSQL启动后无法通过验证模块。

老大,你没看到我发的另外两个说PUREFTPD再BSD 5.1上很不稳定的帖子?

论坛徽章:
0
4 [报告]
发表于 2003-09-08 09:03 |只看该作者

[问题]PROFTPD+MYSQL启动后无法通过验证模块。

编译内核。与TXXXX什么的。。。
不是PUREFTPD不稳定。。而是BSD内核问题。。。。

论坛徽章:
0
5 [报告]
发表于 2003-09-08 16:02 |只看该作者

[问题]PROFTPD+MYSQL启动后无法通过验证模块。

SQLConnectInfo proftpd@localhost:3306 root xxxxxx
SQLAuthTypes Plaintext  (默认的?我没改动这条)
SQLUserInfo FTPUSERS userid passwd uid gid homedir NULL (NULL改成shell)
RequireValidShell off  (默认的,看到了)
SQLAuthenticate users groups usersetfast groupsetfast (默认的我看到了)

论坛徽章:
0
6 [报告]
发表于 2003-09-08 16:17 |只看该作者

[问题]PROFTPD+MYSQL启动后无法通过验证模块。

你的MYSQL表我没有见到,所以我不能帮你排错
你有空把你建的MYSQL库结构贴给我看
bs.localhost (192.168.1.25[192.168.1.25]) - dispatching CMD command 'USER test' to mod_auth
八过话讲回来,你是跑到这里被CLOSED掉的
ftp (192.168.0.191[192.168.0.191]) - ROOT PRIVS at inet.c:456
ftp (192.168.0.191[192.168.0.191]) - RELINQUISH PRIVS at inet.c:470
ftp (192.168.0.191[192.168.0.191]) - ROOT PRIVS at main.c:937
ftp (192.168.0.191[192.168.0.191]) - SETUP PRIVS at main.c:942
ftp (192.168.0.191[192.168.0.191]) - performing module session initializations
ftp (192.168.0.191[192.168.0.191]) - ROOT PRIVS at mod_auth.c:129
ftp (192.168.0.191[192.168.0.191]) - RELINQUISH PRIVS at mod_auth.c:132
ftp (192.168.0.191[192.168.0.191]) - connected - local  : 192.168.0.199:21
ftp (192.168.0.191[192.168.0.191]) - connected - remote : 192.168.0.191:3022
ftp (192.168.0.191[192.168.0.191]) - FTP session opened.
ftp (192.168.0.191[192.168.0.191]) - dispatching PRE_CMD command 'USER ftp' to mod_core
ftp (192.168.0.191[192.168.0.191]) - dispatching PRE_CMD command 'USER ftp' to mod_core
ftp (192.168.0.191[192.168.0.191]) - dispatching PRE_CMD command 'USER ftp' to mod_auth
ftp (192.168.0.191[192.168.0.191]) - dispatching auth request "endpwent" to module mod_sql
ftp (192.168.0.191[192.168.0.191]) - dispatching auth request "endpwent" to module mod_auth_file
ftp (192.168.0.191[192.168.0.191]) - dispatching auth request "endpwent" to module mod_auth_unix
ftp (192.168.0.191[192.168.0.191]) - dispatching auth request "endgrent" to module mod_sql
ftp (192.168.0.191[192.168.0.191]) - dispatching auth request "endgrent" to module mod_auth_file
ftp (192.168.0.191[192.168.0.191]) - dispatching auth request "endgrent" to module mod_auth_unix
ftp (192.168.0.191[192.168.0.191]) - dispatching CMD command 'USER ftp' to mod_auth
ftp (192.168.0.191[192.168.0.191]) - dispatching auth request "getgroups" to module mod_sql(这条都没跑到)
ftp (192.168.0.191[192.168.0.191]) - dispatching auth request "getgroups" to module mod_auth_file
ftp (192.168.0.191[192.168.0.191]) - dispatching auth request "getgroups" to module mod_auth_unix
你真的确定你装好了吗?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP