Configure Role Aliases for RBAC

Contents

1Introduction
1.1Prerequisites

2

Procedure

1   Introduction

This document describes how to enable the use of role aliasing or role grouping for Role-Based Access Control (RBAC). Such change can be triggered by the organization security 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 set the roleAliasesBaseDn attribute in EricssonFilter Managed Object (MO), from where the role alias objects are reachable in LDAP server:

  1. Navigate to the EricssonFilter MO, for example:

    >dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,UserManagement=1,LdapAuthenticationMethod=1,Ldap=1,EricssonFilter=1

  2. Enter Config mode:

    (EricssonFilter=1)>configure

  3. Set the role aliases base Distinguished Name (DN), for example:

    (config-EricssonFilter=1)>roleAliasesBaseDn="dc=my-rbac-basedn"

  4. Commit the settings:

    (config-EricssonFilter=1)>commit

  5. Verify the result:

    (EricssonFilter=1)>show -r ..

    The following is an example output:

    Ldap=1
       baseDn="dc=my-domain,dc=com"
       fallbackLdapIpAddress="192.168.0.11"
       ldapIpAddress="192.168.0.10"
       profileFilter=ERICSSON_FILTER
       EricssonFilter=1
          roleAliasesBaseDn="dc=my-rbac-basedn"

Note:  
To turn off role alias lookups, delete the attribute value and commit.

(config-EricssonFilter=1)>no roleAliasesBaseDn

(config-EricssonFilter=1)>commit




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.

    Configure Role Aliases for RBAC