Configure Login Failure Delay

Contents

1Introduction
1.1Prerequisites

2

Procedure

1   Introduction

This document describes how to configure login failure delay for user authentication. The login failure delay value controls how long the delay is in seconds after an unsuccessful authentication until the next authentication attempt can be performed. There is also an operating system internal random variation in the delay to prevent systematic attack scenarios.

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 change login failure delay in user management:

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

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

  2. Enter Config mode:

    (UserManagement=1)>configure

  3. Set the login failure delay as required, for example, to 12 seconds:

    (config-UserManagement=1)>loginFailureDelay=12

  4. Commit the setting:

    (config-UserManagement=1)>commit

  5. Verify the loginFailureDelay:

    (UserManagement=1)>show loginFailureDelay

    The following is an example output:

    loginFailureDelay=12

    To remove login failure delay (new authentication attempt can be performed immediately after an unsuccessful authentication) in user management:

    1. Navigate to UserManagement MO, for example:

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

    2. Enter Config mode:

      (UserManagement=1)>configure

    3. Delete login failure delay:

      (config-UserManagement=1)>no loginFailureDelay

    4. Commit the setting:

      (config-UserManagement=1)>commit

    5. Verify the loginFailureDelay is deleted:

      (UserManagement=1)>show loginFailureDelay

      The following is an example output:

      loginFailureDelay=[]