Change Password Policy

Contents


1   Description

This instruction describes how to change attributes in an existing password policy applicable for local Operation and Maintenance (O&M) user accounts.

2   Procedure

2.1   Change Password Policy

Prerequisites

Steps

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

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

  2. Enter Config mode:

    (PasswordPolicy=1)>configure

  3. Set the PasswordPolicy attributes according to operators password policy, for example:

    (config-PasswordPolicy=1)>minLength=12

  4. Commit the settings:

    (config-PasswordPolicy=1)>commit

  5. Verify the settings:

    (PasswordPolicy=1)>show -v

    The following is an example output:

    PasswordPolicy=1
       expireWarning=7 <default>
       failureCountInterval=1800 <default>
       historyLength=12 <default>
       lockoutDuration=[] <empty>
       maxAge=90 <default>
       maxFailure=3 <default>
       minAge=15 <default>
       minLength=12
       passwordPolicyId="1"
       passwordQuality="ManagedElement=1,⇒
    SystemFunctions=1,SecM=1,UserManagement=1,⇒
    LocalAuthenticationMethod=1,PasswordQuality=1"
       reservedByAccount=[] <empty> <read-only>
       userLabel=[] <empty>


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.

    Change Password Policy