• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Deleted FTP users still showing on /etc/passwd

Ryan

New Pleskian
Server operating system version
CentOS Linux 7.9.2009 (Core)
Plesk version and microupdate number
18.0.56 Update #4
I went through and deleted some unused/inactive FTP accounts on some of my subscriptions using Plesk, from where they were created.

While they are now gone from Plesk, they are still showing up in /etc/passwd.

Thoughts?
 
I don't mean the subscription's main user, I mean under the "Additional FTP Account" section.
Example, where company1 is the subscription's main system/FTP account for company1.com, ftptuser1. So in /etc/passwd/ , there are three entries:

company1:x:10028:1003::/var/www/vhosts/company1.com:/bin/false
ftpuser1:x:10029:1003::/var/www/vhosts/company1.com:/bin/false
ftpuser2:x:10020:1003::/var/www/vhosts/company1.com:/bin/false

The weird part is that some of the "additional ftp users" I deleted are now gone from the /etc/passwd file but there are some there that I deleted the same way from Plesk but that remain in /etc/passwd. (Not the the main system user). These aren't Panel users, ftp-only.

So in this example I deleted ftpuser1 and ftpuser2 from inside the Plesk Control Panel, and ftpuser1 is now gone from /etc/passwd but ftpuser2 is not.
 
Do you have this ftpuser2 in the psa database?
Code:
SELECT * FROM `sys_users`;

Tools and Setting > Database Servers > Select the Plesk Database Server > Webadmin (the small icon) > psa database > sys_users table
 
Back
Top