ipmcset -t user -d passwordpattern
更新时间: 2026/07/28
在Gitcode上查看源码Command Function
Set the regular expression for checking password complexity
Command Format
ipmcset -t user -d passwordpattern -v <AccountType> <Pattern>
Command type
ipmcset
Parameters
| Name | Type | Required | Default | Constraint | Description |
|---|---|---|---|---|---|
AccountType | integer | Yes | - | Type: Enum; Enum: 0, 1, 2 | 0 Local Account. 1 Snmp Community. 2 VNC. |
Pattern | string | Yes | - | Type: Length; Min: 0; Max: 255 | Regular expression for checking password complexity. |
Output Examples
None