User Guide for FibeAir® IP-20 All-Outdoor Products, CeraOS 10.5
Page 683 of 825
Ceragon Proprietary and Confidential
To configure the blocking of unused accounts period, enter the following
command in root view:
root> platform security access-control block-unused-account
period set <period>
Once the user is blocked, you can use the following command to unblock the user:
root> platform security access-control user-account block user-
name <user-name> block no
To manually block a specific user, enter the following command in root view:
root> platform security access-control user-account block user-
name <user-name> block yes
To display the currently configured blocking of unused account period, enter the
following command in root view:
root> platform security access-control block-unused-account
show
Table 221: Blocking Unused Accounts CLI Parameters
Parameter
Input Type
Permitted Values
Description
period
Number
0, 30 - 90
The number of days after which a user
is prevented from logging into the
system if the user has not logged in for
the configured number of days. If you
enter 0, this feature is disabled.
user-name
Text String
Any valid user name. The name of the user being blocked or
unblocked.
The following command configures the system to block any user that does not log
into the system for 50 days:
root> platform security access-control block-unused-account
period set 50
The following commands block, then unblock, a user with the user name
John_Smith:
root> platform security access-control user-account block user-
name John_Smith block yes
root> platform security access-control user-account block user-
name John_Smith block no