Create User Account

Contents

1Introduction
1.1Prerequisites

2

Procedure

1   Introduction

This document describes how to create a local Operation and Maintenance (O&M) user account.

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 create a local O&M user account:

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

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

  2. Verify that no user account for username joedoe exists, for example:

    (UserAccountM=1)>show UserAccount=joedoe

    ERROR: Specific element not found

    ECLI command for MO creation is identical to the ECLI command for changing the ECLI position to an existing MO. Therefore it is important to verify the uniqueness of the username before creation.

  3. Enter Config mode:

    (UserAccountM=1)>configure

  4. Create the UserAccount MO, for example:

    (config-UserAccountM=1)>UserAccount=joedoe

    Note:  
    joedoe is the username used at logon.

    Do not use any personal and sensitive data as username.


  5. Set the account policy for the account by giving a reference to the appropriate AccountPolicy MO, for example:

    (config-UserAccount=joedoe)>accountPolicy="ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,UserManagement=1,LocalAuthenticationMethod=1,AccountPolicy=1"

  6. Set the password policy for the account by giving a reference to the appropriate PasswordPolicy MO, for example:

    (config-UserAccount=joedoe)>passwordPolicy="ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,UserManagement=1,LocalAuthenticationMethod=1,PasswordPolicy=1"

  7. Set the full name of the user assigned to the account, for example:

    (config-UserAccount=joedoe)>userName=”John M. Doe”

    Note:  
    This attribute contains a descriptive name of the user, not the logon ID.

    Do not use any personal and sensitive data, other than user real name in this attribute.


  8. Commit the settings:

    (config-UserAccount=joedoe)>commit

  9. Is Role Based Access Control used to control user access privileges?

    Yes: Assign roles to the user, refer to Set User Roles for User Account. Proceed with the next step.

    No: Proceed with the next step.

  10. Assign a password for the user, refer to Reset Password for User Account.
  11. Unlock the user account, refer to Unlock Administrative Lock for User Account.
  12. Verify the settings, for example:

    (UserAccount=joedoe)>show -v

    The following is an example output:

    UserAccount=joedoe
        accountPolicy="ManagedElement=NODE06ST,⇒
    SystemFunctions=1,SecM=1,UserManagement=1,⇒
    LocalAuthenticationMethod=1,AccountPolicy=1"
        accountState=UNLOCKED <read-only>
        accountUsageState=UNUSED <read-only>
        administrativeState=UNLOCKED
        lastLoginTime="" <read-only>
        lockedTime="" <read-only>
        passwordChangedTime="20151110161432Z" <read-only>
        passwordFailureTimes=[] <empty> <read-only>    
        passwordPolicy="ManagedElement=NODE06ST,⇒
    SystemFunctions=1,SecM=1,UserManagement=1,⇒
    LocalAuthenticationMethod=1,PasswordPolicy=1"
        passwordState=EXPIRED_MUSTCHANGE <read-only>
        roles
         ”SystemAdministrator”
         ”EricssonSupport”
        userAccountId="joedoe"
        userLabel=[] <empty>
        userName=”John M. Doe”


Copyright

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