N
NoAgendas
Guest
I tried to login to one account via ftp using both domain and IP methods, none worked. I used the proper username and password (reset, double checked), still same issue.
Restarted pure-ftpd, no good.
I even tailed the domain's ftp logs, nothing showed up (strange).
filezilla ftp logs during connection attempt:
Status: Connecting to domain.org ...
Status: Connected with domain.org. Waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [TLS] ----------
Response: 220-You are user number 4 of 50 allowed.
Response: 220-Local time is now 14:50. Server port: 21.
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 15 minutes of inactivity.
Command: USER user
Response: 331 User user OK. Password required
Command: PASS *******
Response: 530 Authentication failed, sorry
Error: Unable to connect!
I switched to pro-ftpd and ftp logs show this:
Response: 331 Password required for user.
Command: PASS *******
Response: 530 Login incorrect.
I also ran "Synchronize FTP Passwords"
httpd.conf looks fine also
<VirtualHost xx.xxx.67.88>
ServerAlias domain.org
ServerAdmin [email protected]
DocumentRoot /home/user/public_html
BytesLog domlogs/domain.org-bytes_log
ServerName www.domain.org
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/user:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_value open_basedir "/home/user:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
User godwriti
Group godwriti
CustomLog /usr/local/apache/domlogs/domain.org combined
ScriptAlias /cgi-bin/ /home/user/public_html/cgi-bin/
</VirtualHost>
Restarted pure-ftpd, no good.
I even tailed the domain's ftp logs, nothing showed up (strange).
filezilla ftp logs during connection attempt:
Status: Connecting to domain.org ...
Status: Connected with domain.org. Waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [TLS] ----------
Response: 220-You are user number 4 of 50 allowed.
Response: 220-Local time is now 14:50. Server port: 21.
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 15 minutes of inactivity.
Command: USER user
Response: 331 User user OK. Password required
Command: PASS *******
Response: 530 Authentication failed, sorry
Error: Unable to connect!
I switched to pro-ftpd and ftp logs show this:
Response: 331 Password required for user.
Command: PASS *******
Response: 530 Login incorrect.
I also ran "Synchronize FTP Passwords"
httpd.conf looks fine also
<VirtualHost xx.xxx.67.88>
ServerAlias domain.org
ServerAdmin [email protected]
DocumentRoot /home/user/public_html
BytesLog domlogs/domain.org-bytes_log
ServerName www.domain.org
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/user:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_value open_basedir "/home/user:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
User godwriti
Group godwriti
CustomLog /usr/local/apache/domlogs/domain.org combined
ScriptAlias /cgi-bin/ /home/user/public_html/cgi-bin/
</VirtualHost>