rbac authentication min-pwd-length
To configure the minimum length required for passwords of all users, use the rbac authentication min-pwd-length command in global configuration mode. To set the minimum password length to default value, use the no form of the command.
rbac authentication min-pwd-length length
Syntax Description
length |
Specifies the minimum length. The minimum length must be between 7 to 128 characters. |
Command Default
The default minimum length is 7 characters.
Command Modes
Global configuration (config)
Command History
Release | Modification |
---|---|
3.7.1 |
This command was introduced. |
Usage Guidelines
Only the admin user can use this command.
Examples
nfvis(config)# configure terminal
nfvis(config)# rbac authentication min-pwd-length 14
nfvis(config)# commit
nfvis(config)# end