Cisco Acano X-series 開発者ガイド

ページ / 54
Cisco Meeting Server Release 2.0 : MMP Command Line Reference
28
Command/Examples
Description/Notes
user expire <username>
Forces a user to configure a new password on next login.
Note: this command does not apply to user type "api", their
passwords do expire over time, but they cannot be forced to
change their password via this command.
user host <username> add|delete
<hostname>
Restricts remote access for a user from hosts in a whitelist given as
domain names or IP addresses.
Note: The user info command displays the current list of allowed
hosts (if any) – see above
user host bob add 192.168.1.3
Adds 192.168.1.3 to the list of acceptable source addresses for
remote hosts when bob tries to log in
user duty <username> <duty hours>
user duty <username> none
Restricts the duty hours of a user
The duty hours parameter is used to indicate the times at which a
user can access the system. The format is a list of day/time-range
entries. Days are a sequence of two-character representations:
Mo, Tu, We, Th, Fr, Sa, Su. All weekdays (days excluding Saturday
and Sunday) are represented by Wk, the weekend days by Wd and
all days in the week by Al. Note that repeated days are unset MoMo
= no day, and MoWk = all weekdays except Monday.
A day/time-range prefixed with a '!' indicates "anything but" e.g.
!MoTu means anything but Monday and Tuesday.
The time-range is two 24-hour times HHMM, separated by a
hyphen '-', to indicate the start and finish time. A finish time is
earlier than the start time indicates that the duty continues into the
next day.
Multiple rules can be combined with the '|' symbol to mean 'or' e.g.
MoTu1200-1400|We1400-1500 means Monday or Tuesday
between 1200 and 1400 or Wednesday between 1400-1500.
user duty bob Wk0900-1700|Sa1200-
1300
Allows bob access during office hours (9 to 5) on weekdays and
between 1200 and 1300 on a Saturday
7.1 Password Rules
Passwords can be enforced in two ways:
n
To prevent weak passwords you can upload a dictionary against which each new password
will be checked. If the new password matches an entry in the dictionary it will be rejected:
l
The dictionary must be a text file called dictionary with one word or phrase to each
line
l
Each line must end with a single line-feed character rather than the Windows
carriage-return line-feed sequence
7   MMP User Account Commands