Hello All,
I am trying to setup ProFTPd in Fedora 16. I am using to default config file.
When trying to logon with my user account, I get a password incorrect error! Any ideas to why this is happening? My understanding is that FTP validates system accounts. Or should I be adding users for FTP specifically?
I have also opened ports 20 and 21 in the Firewall.
Error:
Code:
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): connected - local : ::ffff:192.168.1.109:21
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): connected - remote : 192.168.1.110:52941
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): FTP session opened.
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching PRE_CMD command 'USER atwin' to mod_tls
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching PRE_CMD command 'USER atwin' to mod_core
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching PRE_CMD command 'USER atwin' to mod_core
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching PRE_CMD command 'USER atwin' to mod_delay
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching PRE_CMD command 'USER atwin' to mod_auth
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching CMD command 'USER atwin' to mod_auth
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching POST_CMD command 'USER atwin' to mod_delay
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching LOG_CMD command 'USER atwin' to mod_log
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching PRE_CMD command 'PASS (hidden)' to mod_tls
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching PRE_CMD command 'PASS (hidden)' to mod_core
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching PRE_CMD command 'PASS (hidden)' to mod_core
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching PRE_CMD command 'PASS (hidden)' to mod_vroot
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): mod_vroot/0.9.2: vroot registered
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching PRE_CMD command 'PASS (hidden)' to mod_delay
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching PRE_CMD command 'PASS (hidden)' to mod_auth
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching CMD command 'PASS (hidden)' to mod_auth
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): retrieved UID 1000 for user 'atwin'
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): retrieved group IDs: 1000, 10
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): retrieved group names: atwin, wheel
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): ROOT PRIVS at mod_auth_pam.c:311
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): RELINQUISH PRIVS at mod_auth_pam.c:481
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): USER atwin (Login failed): Incorrect password.
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching POST_CMD_ERR command 'PASS (hidden)' to mod_vroot
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): mod_vroot/0.9.2: vroot unregistered
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching POST_CMD_ERR command 'PASS (hidden)' to mod_delay
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_log
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_auth
fedoravm proftpd[2899] 192.168.1.109 (192.168.1.110[192.168.1.110]): FTP session closed.
fedoravm proftpd[2893] 192.168.1.109: scrubbing scoreboard
fedoravm proftpd[2893] 192.168.1.109: ROOT PRIVS at scoreboard.c:1369
fedoravm proftpd[2893] 192.168.1.109: RELINQUISH PRIVS at scoreboard.c:1372
Thanks for your time and help,
atwinix