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

印刷ビューの終了

更新: 2017 年 3 月
 
 

ユーザーの例外の削除 (CLI)

ユーザーの例外を削除するには、次の手順を使用します。

  1. configuration users に移動します。
  2. select」に続いてユーザー名を入力します。
  3. exceptions」を入力します。
  4. show と入力して例外を一覧表示します。
  5. destroy に続いて例外名を入力します。これで、例外が破棄されました。
使用例 5  ユーザーの例外の削除
hostname:configuration users > select john
hostname:configuration users john > ls
Properties:
                         logname = john
                            type = local
                             uid = 2000000001
                        fullname = john
                initial_password = *************
              require_annotation = false
                      kiosk_mode = false
                    kiosk_screen = status/dashboard
                         
Children:                 
                      exceptions => Configure this user's exceptions
                     preferences => Configure user preferences
    
hostname:configuration users john > exceptions
hostname:configuration users john exceptions > show
Auths:

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

関連トピック