Delete Custom Role

Contents

1Introduction
1.1Prerequisites

2

Procedure

1   Introduction

This document describes how to delete a custom role.

The administrator can delete custom roles when they are no longer needed by the organization authorization policy.

1.1   Prerequisites

This section describes the prerequisites, which must be fulfilled before using the procedure.

1.1.1   Conditions

The following conditions must apply:

2   Procedure

To delete a custom role:

  1. Navigate to the LocalAuthorizationMethod Managed Object (MO), for example:

    >dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,UserManagement=1,LocalAuthorizationMethod=1

  2. View the current settings:

    (LocalAuthorizationMethod=1)>show –v

    The following is an example output:

    LocalAuthorizationMethod=1
       administrativeState=UNLOCKED
       CustomRole=CscfApplicationAdministratorCustom
       Role=CscfApplicationAdministrator
       Role=CscfApplicationOperator
       Role=CscfApplicationSecurityAdministrator
       Role=SystemAdministrator
       Role=SystemSecurityAdministrator
  3. Enter Config mode:

    (LocalAuthorizationMethod=1)>configure

  4. Delete the CustomRole MO, for example:

    (config-LocalAuthorizationMethod=1)>no CustomRole=CscfApplicationAdministratorCustom

  5. Commit the deletion:

    (config-LocalAuthorizationMethod=1)>commit

  6. Verify the deletion by checking the Role instances:

    (LocalAuthorizationMethod=1)>show -v

    The following is an example output:

    LocalAuthorizationMethod=1
       administrativeState=UNLOCKED
       Role=CscfApplicationAdministrator
       Role=CscfApplicationOperator
       Role=CscfApplicationSecurityAdministrator
       Role=SystemAdministrator
       Role=SystemSecurityAdministrator
    
  7. The users that possess the deleted role have their authorization policy reduced.

The CustomRule MOs that remain unreferenced can be deleted, refer to Delete Custom Rule.



Copyright

© Ericsson AB 2016. All rights reserved. No part of this document may be reproduced in any form without the written permission of the copyright owner.

Disclaimer

The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Ericsson shall have no liability for any error or damage of any kind resulting from the use of this document.

Trademark List
All trademarks mentioned herein are the property of their respective owners. These are shown in the document Trademark Information.

    Delete Custom Role