Show Authentication Method Order

Contents


1   Description

This instruction describes how to view the order in which the authentication methods are applied upon user logon to the node.

The order is stored in the MO class authenticationOrder.

The value of attribute authenticationMethodOrder consists of a list of authentication methods and their applying priorities. The list is initially empty and values are added to it upon method registration.

The authenticationMethodOrder list consists of a structure that stored data related to the given authentication method.

The value of attribute methodReference contains the DN reference to the method in question.

The value of attribute orderNumber contains the priority for the method in question.

2   Procedure

2.1   View Authentication Method Order

Prerequisites

Steps

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

    >dn ManagedElement=1,SystemFunctions=1,SecM=1,UserManagement=1,AuthenticationOrder=1

  2. View the Authentication Method Order:

    (AuthenticationOrder=1)>show -v

    The following is an example output:

    AuthenticationOrder=1
       authenticationOrderId="1"
       userLabel=[] <empty>
       authenticationMethodOrder[@1] <read-only>
          methodReference="ManagedElement=1,SystemFunctions=1,SecM=1,⇒
    UserManagement=1,LocalAuthenticationMethod=1" <read-only>
          orderNumber=1 <read-only>
          userLabel=[] <empty> <read-only>
       authenticationMethodOrder[@2] <read-only>
          methodReference="ManagedElement=1,SystemFunctions=1,SecM=1,⇒
    UserManagement=1,LdapAuthenticationMethod=1" <read-only>
          orderNumber=2 <read-only>
          userLabel=[] <empty> <read-only>


Copyright

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

    Show Authentication Method Order