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

Views:
6,862
Visibility:
Public
Votes:
3
Category:
ontap-9
Specialty:
nas
Last Updated:

Applies to

ONTAP 9

Description

WARNING

  • This process is not the recommended method for NTFS ACL management.
  • It is recommended to use the Windows 'Security' tab whenever possible.
  • 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
For example:
​​​​​
vserver security file-directory ntfs dacl add -ntfs-sd <SD-Name> -vserver <vServer-Name> -access-type allow -account "Domain\User_or_Group" -rights modify -apply-to sub-folders,files
  • The first command was successful
vserver security file-directory ntfs dacl add -ntfs-sd <SD-Name> -vserver <vServer-Name> -access-type allow -account "Domain\User_or_Group" -rights read -apply-to this-folder
  • The Second command failed with the following error string: error: command failed: duplicate entry
    • The reason for the error is that 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

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