
我的操作系统是cent os ftp是vsftp mysql是4.0.26 pam_mysql是0.7的 /etc/pam.d/vsftpd文件的内容如下: auth required pam_mysql.so user=vsftpdguest passwd=123456 host=localhost db=cmsware table=FtpUsers usercolumn=userName passwdcolumn=password crypt=0 account required pam_mysql.so user=vsftpdguest passwd=123456 host=localhost db=cmsware table=FtpUsers usercolumn=userName passwdcolumn=password crypt=0 ...
by outman035 - 服务器应用 - 2008-07-24 15:33:14 阅读(7378) 回复(3)
我的配置文件如下: [root@admin etc]# cat proftpd.conf ServerName "Welcome to downloading client" ServerType standalone ServerAdmin [email]xxxx@xxx.com[/email] DefaultServer on UseReverseDNS off IdentLookups off Port 21 Umask 022...
我用的是linux 7.2+proftpd-1.3.2.tar.gz 用户名和组都建好的了.但总是提示:proftpd 530 login incorrect. 我是新手.希望有人可以帮我.搞了好几天了.谢谢! /etc/proftpd.conf的配置如下 # This is a basic ProFTPD configuration file (rename it to # 'proftpd.conf' for actual use. It establishes a single server # and a single anonymous login. It assumes that you have a user/group # "nobody" and "ftp" for norma...
用户使用DC4.1 proftpd 服务 test用户登录出现530 login incorrect 报错,通常出现530 login incorrect与用户密码 ftpusers文件相关。检查用户的proftpd.conf passwd文件没有异常,并且test用户可以正常的telnet登录。查看messages文件得到了信息 Feb 15 22:36:58 localhost proftpd[11390]: localhost.localdomain (10.130.24.161[10.130.24.161]) - FTP session opened. Feb 15 22:36:58 localhost proftpd: PAM-listfile: /etc...
研究几天了,还是没有结果,请大侠帮忙解决一下 用户名密码正确,但是总是vsftpd 530 login incorrect怎么回事啊
Sorry! I can't input chinese in my linux system. I want to connect ftp with user "tingting" whose password is "tingting". I have try some methods from baidu and google, but the error still[tingting@localhost ~]$ ftp 127.0.0.1 Connected to 127.0.0.1 (127.0.0.1). 220 (vsFTPd 2.0.7) Name (127.0.0.1:tingting): tingting 331 Please specify the password. Password: 530 login incorrect. login failed. ftp> ...
不管哪个用户用户都是如此。 [quote] /etc/ftpd/ftpusers # ident "@(#)ftpusers 1.5 04/02/20 SMI" # # List of users denied access to the FTP server, see ftpusers(4). # #root daemon bin sys adm lp uucp nuucp smmsp listen gdm webservd # #nobody #noaccess #nobody4 # [/quote] 我用的是用户不在此列,是test,怎么都是530错误,疯了。 看了cu上以往的帖子, 我在/etc/ftpd/shells 增加了一行 /usr/bin/bash还...
系统:ubuntu 7.10 FTP服务器端:proftpd 1.3.0 客户端:Cuteftp pro 8.0 想要实现的是:一个普通用户的ftp连接 当用cuteftp连接是出现错误:530 login incorrect 我很疑惑的是:是否用户验证与/etc/pam.d/proftpd文件有关。 1.proftpd.conf 文件内容: [code] Include /etc/proftpd/modules.conf # Set off to disable IPv6 support which is annoying on IPv4 only boxes. UseIPv6 off ServerName ...
本帖最后由 季候风 于 2010-11-18 11:34 编辑 做断电测试,sunT5440机器,solaris10系统,从sp启动进入ok之后,输入boot启动,到进入系统登录时,输入以前创建的用户或者root都登录不进去,提示login incorrect,请教怎么能登录进系统?是否是有其他默认用户吗?(远程telnet无法登录) 另外一台相同的机器,运行正常,telnet登录使用系统用户可以登录,但是串口连接登录时一样的问题,提示login incorrect,请教,谢谢!
我机器上所有的用户,用solaris自带的ftp没问题,但只要用proftp,就登陆不进去,怎么回事呢? 220 ProFTPD 1.2.9 Server (ProFTPD Default Installation) [sun] User (10.10.10.128:(none)): test 331 Password required for test. Password: 530 login incorrect. login failed.