Unlock Operational Lock for User Account

Contents


1   Description

This instruction describes how the administrator can unlock a local Operation and Maintenance (O&M) user account that has been locked out by the system.

The system can operationally lock the password of the user account or it can operationally lock the whole user account. The operational password lock prevents logon using the password authentication. This is visible by the passwordState=LOCKED.The operational lock for the whole user account prevents logon completely. This is visible by the accountState=LOCKED. Both operational locks are removed with the procedure described in this OPI

2   Procedure

2.1   Unlock Operational Lock for User Account

Prerequisites

Steps

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

    >dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,UserManagement=1,LocalAuthenticationMethod=1,UserAccountM=1

  2. Select user account, for example:

    (UserAccountM=1)>UserAccount=joedoe

  3. Unlock the account:

    (UserAccount=joedoe)>unlockOperationalLock

    The system returns an error text if account passwordState is EXPIRED or administrativeState is LOCKED.

  4. Verify that the password is unlocked, for example:

    (UserAccount=joedoe)>show passwordState

    The following is an example output:

    passwordState=UNLOCKED
  5. Verify that the account is unlocked, for example:

    (UserAccount=joedoe)>show accountState

    The following is an example output:

    accountState=UNLOCKED


Copyright

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

    Unlock Operational Lock for User Account