ipmcset -t securityenhance -d inactivetimelimit
更新时间: 2026/07/28
在Gitcode上查看源码Command Function
Set inactive user timelimit(day)
Command Format
ipmcset -t securityenhance -d inactivetimelimit -v <time>
Command type
ipmcset
Parameters
| Name | Type | Required | Default | Constraint | Description |
|---|---|---|---|---|---|
time | integer | Yes | - | Type: Script; if not (Input == 0 or (Input >= 30 and Input <= 365)) then error(base_messages.PropertyValueNotInList(Input, PropertyName)) end | 0 Never disable inactive user 30~365 Days of inactivity before disable user |
Example
ipmcset -t securityenhance -d inactivetimelimit -v 0ipmcset -t securityenhance -d inactivetimelimit -v 30Output Examples
None