#Ansible NTFS inheritence on new Qtree

1 messages · Page 1 of 1 (latest)

mint reef
#

Hey guys,

The DACL module doesn't appear to have the disable inheritance functionality so was wondering if anyone has ever done this?

Would using the netapp.ontap.na_ontap_file_security_permissions module with

state: absent
access_control: file_directory

remove NTFS inheritance?

coarse oasis
#

What the command you would run to do this?

mint reef
#

Hi Chris, I don't believe I've ever seen a command in NetApp Cli that could remove NTFS inheritence,

if you know of a command that will do this I could use the CLI Ansible Module....

tribal tree
#

Setting the RAW control flags on the SD would break inheritance.

set d -c off;file-dir ntfs mod <sd> -control-flags-raw 9514;set adm -c on

mint reef