ipmcset -t securityenhance -d inactivetimelimit
更新时间: 2026/07/28
在Gitcode上查看源码命令功能
设置非活跃用户锁定时限(天)
命令格式
ipmcset -t securityenhance -d inactivetimelimit -v <time>
命令类型
ipmcset
参数说明
| Name | Type | Required | Default | Constraint | Description |
|---|---|---|---|---|---|
time | integer | 是 | - | 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 |
使用示例
ipmcset -t securityenhance -d inactivetimelimit -v 0ipmcset -t securityenhance -d inactivetimelimit -v 30输出样例
无