fixing bugs
This commit is contained in:
parent
54fade88c8
commit
dbb90a0f6b
7 changed files with 43 additions and 12 deletions
|
@ -228,7 +228,7 @@ namespace WebsitePanel.Providers.EnterpriseStorage
|
|||
|
||||
SecurityUtils.ResetNtfsPermissions(path);
|
||||
|
||||
SecurityUtils.GrantGroupNtfsPermissions(path, users.ToArray(), true, new RemoteServerSettings(), null, null);
|
||||
SecurityUtils.GrantGroupNtfsPermissions(path, users.ToArray(), false, new RemoteServerSettings(), null, null);
|
||||
|
||||
IWebDav webdav = new WebDav(UsersDomain);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue