Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 54
Cisco Meeting Server Release 2.0 : MMP Command Line Reference
29
l
Upload the dictionary using SFTP to enable the checking e.g.
sftp>
put passwordlist.txt dictionary
n
There are a number of commands which enforce more secure password usage. All these all
commands require admin level access.
Command/Examples
Description/Notes
user rule max_history <number>
Prevents password reuse by checking new passwords against that
user’s previous number of passwords
user rule password_age <number>
Enforces a maximum age for passwords in days
user rule min_password_age
<number>
Prevents the password history controls being circumvented, by
setting a minimum interval before a password can be reset.
Note: This interval is overridden when an admin enters the "user
expire <number>" command.
user rule min_length <number>
Sets the minimum password length
user rule min_special <number>
Sets the minimum number of "special" characters: !@#$%^&*()_
+=?><,."\/
user rule min_uppercase <number>
Sets the minimum uppercase letters in a password
user rule min_lowercase <number>
Sets the minimum lowercase letters in a password
user rule longest_digits_run
<number>
Sets the maximum consecutive digits allowed in a password
user rule min_digits <number>
Sets the minimum number of digits in a password
user rule max_repeated_char
<number>
Sets the maximum run of a repeated character
user rule min_changed_characters
<number>
Sets the minimum number of character positions in the new
password which must differ from the old
user rule only_ascii
<true|false>
Restricts passwords to ASCII characters
user rule no_username
<true|false>
Prevents a password being set that contains the user name.
user rule no_palindrome
<true|false>
Prevents a password being set that is a palindrome
user rule max_failed_logins
<attempts>
Sets the number of failed login allowed before a 15 minute lockout
user rule max_idle <number>
Sets the maximum number of days that an account can be idle
before it is locked. The minimum value is 1. WARNING: accounts
created before R1.2—other than the account running this
command—will be locked by the setting. For each account to be
unlocked use the user unlock command above.
7   MMP User Account Commands