Go to main content
Oracle® ZFS Storage Appliance 관리 설⁠명⁠서, 릴⁠리⁠스 OS8.6.x

인쇄 보기 종료

업데이트 날짜: 2016년 9월
 
 

역할에서 권한 부여 삭제(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 > 

관련 항목