Skip to main content
NetApp Knowledge Base

Search

  • Filter results by:
    • View attachments
    Searching in
    About 1 results
    • https://kb.netapp.com/on-prem/ontap/Ontap_OS/OS-KBs/How_to_restrict_the_export_policy_commands_to_a_specific_group_of_users
      Start first by creating a security role for a user category with the command directory 'DEFAULT' access set to 'all' Then for the same role, add the command directory 'vserver export-policy' access se...Start first by creating a security role for a user category with the command directory 'DEFAULT' access set to 'all' Then for the same role, add the command directory 'vserver export-policy' access set to 'none' ::> security login role create -role restrict -cmddirname "vserver export-policy" -access none -query "" Create a test user or a group and associate the role that you created with this user.