Skip to main content
NetApp Knowledge Base

How to apply NTFS permissions on a directory where inherited and non-inherited permissions differ for the same user or group via PST

Views:
970
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
nas
Last Updated:

Applies to

  • ONTAP 9
  • ONTAP PowerShell Toolkit (PST)
  • NTFS Security Descriptor (SD) \ Discretionary Access Control List (DACL) \ Access Control List (ACL)

Description

  • NTFS ACLs permissions can be applied to these objects
    • Current Folder
    • Subfolders
    • Files
  • You can apply NTFS ACLs to all three, however it is not possible to apply different sets of permissions for the same user
    • as example
      • the first command is successful

Add-NcFileDirectorySecurityNtfsDacl -SecurityDescriptor <security descriptor name>  -VserverContext <vserver name> -AccessType allow -Account "domain\user or group" -Rights modify -ApplyTo sub_folders,files

  • the second command is not successful, it fails with the event: Add-NcFileDirectorySecurityNtfsDacl: duplicate entry

Add-NcFileDirectorySecurityNtfsDacl -SecurityDescriptor <security descriptor name>  -VserverContext <vserver name> -AccessType allow -Account "domain\user or group" -Rights read -ApplyTo this_folder

due to "you cannot add 2 different set of permissions in 1 Security Descriptor (SD) to the same object (user\group)"

  • This ability exists from the Windows side in case of a need: "Security Tab > Advanced"clipboard_e475cdcb43fc7075cd03d4e32183d3041.png

 

 

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.