Go to main content

Oracle® ZFS Storage Appliance 管理指南,发行版 OS8.8.0

退出打印视图

更新时间: 2018 年 11 月
 
 

删除用户的例外 (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 = (set)
              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 > 

相关主题