• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Forwarded to devs New FTP user overwrites system user

pomichel

New Pleskian
Username: pomichel

TITLE

New FTP user overwrites system user

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

Plesk Obsidian 18.0.34, CentOS Linux 8.3.2011

PROBLEM DESCRIPTION

When I create a new FTP user on a subscription, the system user owning the subscription is replaced by the FTP user at the system level and files ownership is changed on the root directory of the subscription.

STEPS TO REPRODUCE

Create a new FTP user in a domain through Plesk (i.e. ao_cobalp)

ACTUAL RESULT

Logged in through SSH with system user :

[ao_cobalp@pcloudovh1 ~]$ whoami
ao_cobalp

ls -la
total 4468
drwx--x--- 7 ao_cobalp psaserv 195 24 mars 09:44 .
drwxr-xr-x. 7 root root 79 16 mars 11:59 ..
-rw------- 1 ao_cobalp psacln 4201 24 mars 14:05 .bash_history
drwxr-xr-x 3 ao_cobalp psacln 36 21 mars 00:00 .composer
drwxr-xr-x 2 ao_cobalp psacln 4096 16 mars 11:59 error_docs
drwxr-xr-x 7 ao_cobalp psacln 4096 24 mars 09:43 httpdocs
drwx------ 4 ao_cobalp root 4096 24 mars 03:47 logs
-rw------- 1 ao_cobalp psacln 2157 16 mars 12:08 .s3cfg
drwx------ 2 ao_cobalp psacln 25 24 mars 09:01 .ssh

EXPECTED RESULT

Logged in through SSH with system user :

[ao_cobalp@pcloudovh1 ~]$ whoami
sys_cobalp-fr

$ ls -la
total 4468
drwx--x--- 7 sys_cobalp-fr psaserv 195 24 mars 09:44 .
drwxr-xr-x. 7 root root 79 16 mars 11:59 ..

-rw------- 1 sys_cobalp-fr psacln 4215 24 mars 14:35 .bash_history
drwxr-xr-x 3 sys_cobalp-fr psacln 36 21 mars 00:00 .composer
drwxr-xr-x 2 sys_cobalp-fr psacln 4096 16 mars 11:59 error_docs
drwxr-xr-x 7 sys_cobalp-fr psacln 4096 24 mars 09:43 httpdocs
drwx------ 4 sys_cobalp-fr root 4096 24 mars 03:47 logs
-rw------- 1 sys_cobalp-fr psacln 2157 16 mars 12:08 .s3cfg
drwx------ 2 sys_cobalp-fr psacln 25 24 mars 09:01 .ssh
[sys_cobalp-fr@pcloudovh1 ~]$

ANY ADDITIONAL INFORMATION



YOUR EXPECTATIONS FROM PLESK SERVICE TEAM

Help with sorting out
 
Back
Top