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>