aaa authentication local-user

Syntax

 aaa authentication local-user <USERNAME> 
                {{group <GROUPNAME> password {plaintext|sha1 <PASSWORD> }}| 
                {aging-period <aging-time> } 
                | {min-pwd-length <length> } 
                | {clear-password-history}}

 no aaa authentication local-user <USERNAME> 
                {{group <GROUPNAME> password {plaintext|sha1 <PASSWORD> }}| 
                {aging-period <aging-time> } 
                | {min-pwd-length <length> } 
                | {clear-password-history}}

Description

Configures the aging period, minimum password length, and clear password history for a local user.

Parameters

local-user

The local user being added to the authorization group. The username can be up to 16 characters. The username must not contain spaces and should be case-sensitive.

group

Name of the authorization group to which the local user belongs. This must be a pre-existing group.

aging-period

Configures the password aging time in days for a user. Possible values are 1 to 365. The default value is 90 days. The no option applies the global aging time for the user.

min-pwd-length

Configures the password minimum length for a user. Possible values are 1 to 64. The default value is 8 characters. The no option applies the default minimum length for the user.

clear-password-history

Clears the password history for a user. The no option does not have any affect.