Author Topic: Access Denied for the user after be reactived  (Read 12430 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Access Denied for the user after be reactived
« 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?

Offline
**
Re: Access Denied for the user after be reactived
« Reply #1 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"

Offline
*
Re: Access Denied for the user after be reactived
« Reply #2 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

Offline
***
Re: Access Denied for the user after be reactived
« Reply #3 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)
« Last Edit: March 23, 2017, 03:02:33 PM by locvfx »