Skip to main content

Enable or disable the presentation of NTFS ACLs for UNIX security-style data

Contributors netapp-ahibbard

You can enable or disable the presentation of NTFS ACLs to SMB clients for UNIX security-style data (UNIX security-style volumes and mixed security-style volumes with UNIX effective security).

About this task

If you enable this option, ONTAP presents files and folders on volumes with effective UNIX security style to SMB clients as having NTFS ACLs. If you disable this option, the volumes are presented as FAT volumes to SMB clients. The default is to present NTFS ACLs to SMB clients.

Steps
  1. Set the privilege level to advanced: set -privilege advanced

  2. Configure the UNIX NTFS ACL option setting: vserver cifs options modify -vserver vserver_name -is-unix-nt-acl-enabled {true|false}

  3. Verify that the option is set to the desired value: vserver cifs options show -vserver vserver_name

  4. Return to the admin privilege level: set -privilege admin