V VictorA New Pleskian Nov 18, 2009 #1 Hi, I need to disable system access on all domains of my server (+300). Is there any way to run a command from Plesk database to do it?. something like: update dom_param set val = 'true' where param = '';
Hi, I need to disable system access on all domains of my server (+300). Is there any way to run a command from Plesk database to do it?. something like: update dom_param set val = 'true' where param = '';
IgorG Plesk addicted! Plesk Certified Professional Nov 19, 2009 #2 Victor, You can find shell for all domains with select shell from sys_users where id in (select sys_user_id from hosting); Click to expand... And update with '/bin/false' in sys_users table.
Victor, You can find shell for all domains with select shell from sys_users where id in (select sys_user_id from hosting); Click to expand... And update with '/bin/false' in sys_users table.