• 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.

Psaadm and Psacln privileges

yooug

New Pleskian
Hello!

I'm trying to set permission for text file which is exists in Program Files (x86)\MyFile directory.
File should be accessible by psaadm and not accessible for psacln accounts. I've set permissions for psaadm Full Control Allow and for psacln Full Control Deny.

In my PHP script I'm checking file using is_readable function and no matter which user trying to read this file function always returns true (admin or customer account). I tried to find solution in Web but without success so I'd like to ask you about it.

Additionally, I've tried to create Plesk DiskSecurity XML with privileges settings. After Apply this settings privileges are correctly set for my file, but customers still can read this file.

Is there any other way to deny access to this file for customers and resellers?

I hope for your help.
 
Hi,

It will sound a bit wierd, but have a tried creating a user and assigning this user to psaadm group, so the user gets the previleges of this this group and may be you can try having assign this user to the file and check. Give it a try.
 
Hello,

sorry for long response time. I've returned to solve my problem. Currently my file permissions are set:
Administrators (group): allow full access
psaadm: allow read/write
psacln(group): deny full access
Users(group): allow read/write

With this settings my plesk administrator and created customers has access to the file.
While I disable access for psaadm or Users group nobody who are logged in Plesk panel do not have access to the file.
 
Back
Top