Create Custom Role

Contents


1   Description

This instruction describes how to create a custom role.

The administrator can create custom roles when the predefined roles do not match the needs of the organization authorization policy.

2   Procedure

2.1   Create Custom Role

Prerequisites

Steps

  1. Navigate to the LocalAuthorizationMethod MO, for example:

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

  2. Enter Config mode:

    (LocalAuthorizationMethod=1)>configure

  3. Create a CustomRole MO, for example:

    (config-LocalAuthorizationMethod=1)>CustomRole=CustomSystemOperator

  4. Set the role name, for example:

    (config-CustomRole=CustomSystemOperator)>roleName="CustomSystemOperator"

  5. Associate some existing custom rules to the custom role, for example:

    (config-CustomRole=CustomSystemOperator)>rules="ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,UserManagement=1,LocalAuthorizationMethod=1,CustomRule=Custom_FaultManagement_1"

  6. Describe the role, for example:

    (config-CustomRole=CustomSystemOperator)>userLabel="Custom System Operator Role"

  7. Commit the settings:

    (config-CustomRole=CustomSystemOperator)>commit

  8. Verify the result:

    (CustomRole=CustomSystemOperator)>show

    The following is an example output:

    CustomRole=CustomSystemOperator
       roleName="CustomSystemOperator"
       rules=
          "ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,⇒
    UserManagement=1,LocalAuthorizationMethod=1,CustomRule=⇒
    Custom_FaultManagement_1"
       userLabel="Custom System Operator Role"
  9. The custom role can now be assigned to user accounts.


Copyright

© Ericsson AB 2016, 2017. 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.

    Create Custom Role