password-control super composition
Syntax
password-control super composition type-number type-number [ type-length type-length ]
undo password-control super composition
View
System view
Default level
2: System level
Parameters
type-number type-number: Specifies the minimum number of character types that a super password must contain. The value range for the type-number argument is 1 to 4 in non-FIPS mode and fixed at 4 in FIPS mode.
type-length type-length: Specifies the minimum number of characters that are from each character type in a super password. The value range for the type-length argument is 1 to 16.
Description
Use password-control super composition to configure the composition policy for super passwords.
Use undo password-control super composition to restore the default.
By default, the super password composition policy is the same as the global password composition policy.
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.
Related commands: password-control composition.
Examples
# Specify that super passwords must each contain at least three types of characters and each type must contain at least five characters.
<Sysname> system-view [Sysname] password-control super composition type-number 3 type-length 5