Go to main content
Oracle® ZFS Storage Appliance Administration Guide, Release OS8.7.0

Exit Print View

Updated: July 2017
 
 

Deleting Authorizations from a Role (CLI)

Use the following procedure to delete authorizations from a role.

  1. Go to configuration roles.
  2. Type select followed by the role name.
  3. Type authorizations.
  4. Type show to list authorizations.
  5. Type destroy followed by the authorization name.
Example 8  Deleting an Authorization from a Role
hostname:configuration roles > select test_role1
hostname:configuration roles test_role1 > authorizations
hostname:configuration roles test_role1 authorizations > show
Auths:

NAME       OBJECT              PERMISSIONS
auth-000   ad.*                domain
                               workgroup
    
hostname:configuration roles test_role1 authorizations > destroy auth-000
This will destroy "auth-000". Are you sure? (Y/N) 
hostname:configuration roles test_role1 authorizations > show
hostname:configuration roles test_role1 authorizations > 

Related Topics