
Chapter 5: CCM Appliance Commands | 87 |
|
|
Table 5.41: User Command Summary (Continued)
CommandDescription
User Unlock | Unlocks a |
|
|
The User Add command adds a new user to the CCM user database. The user database holds a maximum of 64 user definitions. For more information, see Managing User Accounts on page 27 and Access rights and levels on page 28.
Access right: USER
Access level: ADMIN or APPLIANCEADMIN
Syntax
USER ADD <username> [PASSWORD=<pwd>] [SSHKEY=<keyfile>] [FTPIP=<ftpadd>] [KEY=<sshkey>] [ACCESS=<access>] [GROUP=<group1>[,<group2>...]]
Table 5.42: User Add Command
Parameter | Description |
|
|
| |
<username> | ||
cannot be All. |
| |
|
| |
|
| |
PASSWORD=<pwd> | ||
|
| |
SSHKEY=<keyfile> | Name of uuencoded public key file on an FTP server. The maximum file size that | |
may be received is 4K bytes. If this parameter is specified, you must also specify the | ||
| FTPIP parameter. |
|
|
| |
FTPIP=<ftpadd> | FTP server’s IP address. If this parameter is specified, you must also specify the | |
SSHKEY parameter. |
| |
|
| |
|
|
|
KEY=<sshkey> | Uuencoded SSH key. |
|
|
| |
| Command and port access rights or level. You may specify multiple access rights, | |
| separated by commas, or a level. Valid values for access rights are: | |
| P<n> | Access to the specified port number. |
| Access to the specified range of ports. | |
| PALL | Access to all ports. |
| USER | User configuration access rights. |
ACCESS=<access> | PCON | Port configuration access rights. |
SCON | Configuration access rights. | |
| SMON | Monitor access rights. |
| BREAK | Can issue Port Break command. |
| Valid values for access levels are: | |
| ADMIN | PALL, USER, SMON, PCON and BREAK access rights. |
| APPLIANCEADMIN | PALL, USER, SCON, SMON, PCON and BREAK |
| Default = PALL,SMON | access rights. |
|
| |
|
|
|