Setting Weak Password Check State (weakpwddic)
Function
The weakpwddic command can be used to enable or disable weak password check.
The password in the weak password dictionary cannot be used as any of the following:
- Local user password
- SNMPv1/v2c read-only or read/write community name
- SNMPv3 encryption password
Format
ipmcset -t user -d weakpwddic -v <enabled | disabled>
Parameters
Parameter |
Description |
Value |
---|---|---|
enabled |
Enables weak password check. |
– |
disabled |
Disables weak password check. |
– |
Usage Guidelines
Only the administrators and the custom users with security management rights can enable or disable weak password check.
Example
# Enable weak password check.
iBMC:/-> ipmcset -t user -d weakpwddic -v enabled Enable weak password dictionary check successfully.