Control Web Panel

WebPanel => FTP => Topic started by: peopleinside on February 03, 2017, 10:25:24 PM

Title: Access Denied for the user after be reactived
Post by: peopleinside on February 03, 2017, 10:25:24 PM
If you suspend an account than reactivate it or maybe you this 3 times user will be unable to log in into FTP client only web FTP.

FTP client say: Access Denied.

So how to renable the user to use FTP?
Title: Re: Access Denied for the user after be reactived
Post by: robbyq on February 03, 2017, 11:42:25 PM
If you suspend an account than reactivate it or maybe you this 3 times user will be unable to log in into FTP client only web FTP.

FTP client say: Access Denied.

So how to renable the user to use FTP?

Please, for that said:

Version S.O
Version FTP
What u change for what happend for "access denied"
Title: Re: Access Denied for the user after be reactived
Post by: peopleinside on February 04, 2017, 12:00:29 AM
Centos 7.3
FTP version last of cwp

U susended user and reactivate it.
Client FTP of user is giving access denied
Title: Re: Access Denied for the user after be reactived
Post by: locvfx on March 23, 2017, 03:00:13 PM
I also had same issue
Centos 6.8
Apache version: Apache/2.4.25
PHP version: 5.6.30
MySQL version: 10.1.22-MariaDB
FTP version: 1.0.30



You try to do this
Quote
nano /etc/pure-ftpd/pure-ftpd.conf

Comment out this line (Added # at begining of the line)
Quote
#PAMAuthentication             yes

Enable UNIX authentication
Quote
UnixAuthentication            yes

Restart
Quote
service pure-ftpd restart

Then you try to change the password of the user in CWP (on browser)