208
Examples
# Set the super passwords to expire after 10 days.
<Sysname> system-view
[Sysname] password-control super aging 10
Related commands
password-control aging
password-control super composition
Use
password-control super composition
to configure the composition policy for super
passwords.
Use
undo password-control super composition
to restore the default.
Syntax
password-control super composition type-number
type-number
[
type-length
type-length
]
undo password-control super composition
Default
The composition policy for super passwords is the same as the global password composition policy.
Views
System view
Default command level
2: System level
Parameters
type-number
type-number
: Specifies the minimum number of character types for super passwords.
The value range for the
type-number
argument is 1 to 4 in non-FIPS mode. The value range for the
type-number
argument is fixed to 4 in FIPS mode.
type-length
type-length
: Specifies the minimum number of characters that are from each character
type for super passwords. The value range for the
type-length
argument is 1 to 16.
Usage guidelines
If you do not specify a composition policy for super passwords, the system applies the global
password composition policy to super passwords.
If you have specified a composition policy for super passwords, the system applies the composition
policy to super passwords.
Examples
# Specify that all super passwords must each contain at least three types of characters and each
type contains at least five characters.
<Sysname> system-view
[Sysname] password-control super composition type-number 3 type-length 5
Related commands
password-control composition
password-control super length
Use
password-control super length
to set the minimum length for super passwords.