Go to main content
Oracle® ZFS Storage Appliance 管理ガイド、Release OS8.7.0

印刷ビューの終了

更新: 2017 年 3 月
 
 

ロールからの承認の削除 (CLI)

ロールから承認を削除するには、次の手順を使用します。

  1. configuration roles に移動します。
  2. select」に続いてロール名を入力します。
  3. authorizations」と入力します。
  4. show」と入力して、承認を一覧表示します。
  5. destroy に続いて承認名を入力します。
使用例 8  ロールからの承認の削除
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 > 

関連トピック