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

can not add custom permission in plesk

H

hidenmagic

Guest
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE: Plesk 9.0.1

PROBLEM DESCRIPTION AND STEPS TO REPRODUCE:
- i find hosting_template.xml in etc folder
- i want to add network service and aspnet user to httpdocs folder. So, i try to plus these:
<Entry AccounType="0" Account="NetworkService" Path="[HTTPD_VHOSTS_D]" AceFlags="ThisFolderSubfoldersAndFiles" AccessMask="Modify" EntryFlags="0x140" Tag="DomainUser" Tag2="" />
<Entry AccounType="0" Account="ASPNET" Path="[HTTPD_VHOSTS_D]" AceFlags="ThisFolderSubfoldersAndFiles" AccessMask="Modify" EntryFlags="0x140" Tag="DomainUser" Tag2="" />

ACTUAL RESULT
Unable to update hosting preferences: Unable to create directories: vhostmng failed: Unknown account name: ASPNET, known names are:
AccountOps
Administrator
Administrators
AnonymousLogon
AuthenticatedUser
BackupOps
Batch
CreatorGroup
CreatorGroupServer
CreatorOwner
CreatorOwnerServer
Dialup
Everyone
Guest
Guests
Interactive
Local
LocalService
Network
NetworkService
Null
PowerUsers
PreW2kCompAccess
PrintOps
Proxy
RasServers
RemoteDesktopUsers
Replicator
RestrictedCode
Self
ServerLogon
Service
System
SystemOps
TerminalServer
ThisOrganization
Users
EXPECTED RESULT:
i just want to have aspnet and network service have modify permission to httpdocs folder and any child folders of httpdocs

can any body help me?
 
Back
Top